Random Number Generation
Routines
18.1 Utility Routines for Random Number Generators
Selects the uniform (0,1) generator
RNOPTRetrieves the indicator of the generator currently used
RNOPGInitializes the seed used in the generators
RNSETRetrieves the current value of the seed
RNGETInitializes the table used in the shuffled generators
RNSESRetrieves the current table used in the shuffled generators
RNGESInitializes the table used in the GFSR generator
RNSEFRetrieves the current table used in the GFSR generator
RNGEFGet a seed for a separate substream of numbers
RNISDInitializes the 32-bit Mersenne Twister generator using an array
RNIN32Retrieves the current table used in the 32-bit Mersenne Twister generator
RNGE32Sets the current table used in the 32-bit Mersenne Twister generator
RNSE32Initializes the 64-bit Mersenne Twister generator using an array
RNIN64Retrieves the current table used in the 64-bit Mersenne Twister generator
RNGE64Sets the current table used in the 64-bit Mersenne Twister generator
RNSE6418.2 Basic Uniform Distribution
Uniform (0,1), function form
RNUNF18.3 Univariate Discrete Distributions
General discrete distribution, using alias method
RNGDAGeneral discrete distribution, set up table
RNGDSGeneral discrete distribution, using table lookup
RNGDT18.4 Univariate Continuous Distributions
Mixture of two exponentials
RNEXTGeneral continuous distribution, set up table
RNGCSGeneral continuous distribution, using table lookup
RNGCTNormal, using acceptance/rejection
RNNOANormal, function form of RNNOR
RNNOFNormal, using inverse CDF
RNNOR18.5 Multivariate Distributions
Orthogonal matrices and correlation matrices
RNCORData-based multivariate
RNDATMultivariate normal
RNMVNPoints on a unit circle or sphere
RNSPHMultivariate Gaussian Copula
RNMVGCMultivariate Student’s t Copula
RNMVTC18.6 Order Statistics
Order statistics from a normal distribution
RNNOSOrder statistics from a uniform distribution
RNUNO18.7 Stochastic Processes
Nonhomogeneous Poisson process
RNNPP18.8 Samples and Permutations
Random sample of indices
RNSRI18.9 Low Discrepancy Sequences
Frees the structure containing information about
the Faure sequence
FAURE_FREEPublished date: 03/19/2020
Last modified date: 03/19/2020