| Name | Description |
|---|
| Copy | Copies entire descriptor from another random stream. |
| CopyState | Copies the state from another stream. |
| Delete | |
| LoadFromStream | Loads random generator stream state from Stream. |
| NewStream | |
| RandomBernoulli | Generates an array of integer samples distributed by Bernoulli distribution. |
| RandomBeta | Generates an array of samples distributed by Beta distribution. |
| RandomBinomial | Generates an array of integer samples distributed Binomially. |
| RandomCauchy | Generates an array of samples distributed by Cauchy distribution. |
| RandomExponential | Generates an array of samples distributed by Exponential distribution. |
| RandomGamma | Generates an array of samples distributed by Gamma distribution. |
| RandomGaussian | Generates an array of samples distributed by Gaussian distribution. |
| RandomGaussianMV | Generates random numbers from multivariate normal distribution. |
| RandomGeometric | Generates an array of integer samples distributed Geometrically. |
| RandomGumbel | Generates an array of samples distributed by Gumbel distribution. |
| RandomHypergeometric | Generates an array of integer samples distributed Hypergeometrically. |
| RandomLaplace | Generates an array of samples distributed by Laplace distribution. |
| RandomLogNormal | Generates an array of samples distributed Lognormally. |
| RandomMultinomial | Generates multinomially distributed random numbers. |
| RandomNegbinomial | Generates an array of integer amples distributed according to the Negative binomial probability distribution. |
| RandomPoisson (2) | Generates an array of integer samples distributed according to the Poisson probability distribution. |
| RandomRayleigh | Generates an array of samples distributed by Rayleigh distribution. |
| RandomUniform | Generates an array of samples distributed by Uniform distribution. |
| RandomUniformBits32 | Generates uniformly distributed bits in 32-bit chunks |
| RandomUniformBits64 | Generates uniformly distributed bits in 64-bit chunks |
| RandomUniformBitsI | Generates integer random values with Uniform bit distribution. |
| RandomUniformI | Generates an array of integer samples distributed by Uniform distribution. |
| RandomWeibull | Generates an array of samples distributed by Weibull distribution. |
| SaveToStream | Saves random generator stream state to Stream. |