com.esri.arcgis.geoprocessing
Interface esriRandomNumberGeneratorType

All Superinterfaces:
java.io.Serializable

public interface esriRandomNumberGeneratorType
extends java.io.Serializable

Constants from esriRandomNumberGeneratorType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Random number generator type' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriRNGAlgorithmACM599
          ACM's collected algorithms # 599
static int esriRNGMersenneTwister
          MersenneTwister 19937
static int esriRNGStandardCRand
          Standard C random number generator
 

Field Detail

esriRNGStandardCRand

static final int esriRNGStandardCRand
Standard C random number generator

See Also:
Constant Field Values

esriRNGAlgorithmACM599

static final int esriRNGAlgorithmACM599
ACM's collected algorithms # 599

See Also:
Constant Field Values

esriRNGMersenneTwister

static final int esriRNGMersenneTwister
MersenneTwister 19937

See Also:
Constant Field Values