Rand |
The RandGenBeta type exposes the following members.
| Name | Description | |
|---|---|---|
| RandGenBeta | Constructs a random number generator using class RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow a beta distribution with alpha and beta equal to one. | |
| RandGenBeta(Double) | Constructs a random number generator using class RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow a beta distribution with the specified alpha. The beta parameter defaults to one. | |
| RandGenBeta(Int32) | Constructs a random number generator using class RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow a beta distribution with alpha and beta equal to one. | |
| RandGenBeta(RandomNumberGeneratorUniformRandomNumber) | Constructs a random number generator using the given delegate as the underlying uniform random number generator. Generated random numbers will follow a beta distribution with alpha and beta equal to one. | |
| RandGenBeta(Double, RandomNumberGeneratorUniformRandomNumber) | Constructs a random number generator using the given delegate as the underlying uniform random number generator. Generated random numbers will follow a beta distribution with the specified alpha. The beta parameter defaults to 1. | |
| RandGenBeta(Double, Double) | Constructs a random number generator using class RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow a beta distribution with the specified alpha and beta parameters. | |
| RandGenBeta(Double, Int32) | Constructs a random number generator using class RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow a beta distribution with the specified alpha. The beta parameter defaults to one. | |
| RandGenBeta(Double, Double, RandomNumberGeneratorUniformRandomNumber) | Constructs a random number generator using the given delegate as the underlying uniform random number generator. Generated random numbers will follow a beta distribution with the specified alpha and beta parameter. | |
| RandGenBeta(Double, Double, Int32) | Constructs a random number generator using class RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow a beta distribution with the specified alpha and beta parameters. |
| Name | Description | |
|---|---|---|
| Alpha | Gets and sets the alpha, or shape parameter, of the beta distribution. | |
| Beta | Gest and sets the beta parameter of the beta distribution. | |
| UniformDeviateMethod |
Gets and sets the delegate method for generating uniform deviates between
zero and one.
(Inherited from RandomNumberGenerator) |
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this random number generator.
(Overrides RandomNumberGeneratorClone) | |
| Fill(Double) |
Fills the given array of doubles with random values.
(Overrides RandomNumberGeneratorFill(Double)) | |
| Fill(DoubleComplex) |
Fills the given array of double-precision complex numbers with random values.
(Overrides RandomNumberGeneratorFill(DoubleComplex)) | |
| Fill(DoubleDataBlock) |
Fills the given data block with random values.
(Inherited from RandomNumberGenerator) | |
| Fill(FloatComplex) |
Fills the given array of single-precision complex numbers with random values.
(Inherited from RandomNumberGenerator) | |
| Fill(Single) |
Fills the given array of floats with random values.
(Inherited from RandomNumberGenerator) | |
| Next | Generates a random number. | |
| NextDouble |
Generates a double precision random number.
(Overrides RandomNumberGeneratorNextDouble) | |
| NextDoubleComplex |
Method for generating a double precision complex number random deviate.
(Overrides RandomNumberGeneratorNextDoubleComplex) | |
| NextFloat |
Method for generating a single precision random deviate.
(Inherited from RandomNumberGenerator) | |
| NextFloatComplex |
Method for generating a single precision complex number random deviate.
(Inherited from RandomNumberGenerator) | |
| Reset |
Resets the random number generator using a random seed.
(Inherited from RandomNumberGenerator) | |
| Reset(Int32) | Resets the underlying gamma random number generators with the specified seed. |
| Name | Description | |
|---|---|---|
| rand_ |
A delegate method for generating uniform deviates between zero and one.
(Inherited from RandomNumberGenerator) |