com.esri.arcgis.geoprocessing
Interface esriRandomNumberGeneratorType

All Superinterfaces:
Serializable

public interface esriRandomNumberGeneratorType
extends Serializable

Random number generator type

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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