Click or drag to resize

RandGenExponential Constructor

Overload List
 NameDescription
Public methodRandGenExponential Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow an exponential distribution with lambda equal 1.
Public methodRandGenExponential(Double) Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow an exponential distribution with the specified lambda.
Public methodRandGenExponential(Int32) Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow an exponential distribution with lambda equal 1.
Public methodRandGenExponential(RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. Generated random numbers will follow an exponential distribution with lambda equal 1.
Public methodRandGenExponential(Double, RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. Generated random numbers will follow an exponential distribution with the specified lambda.
Public methodRandGenExponential(Double, Int32) Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow an exponential distribution with the specified lambda.
Top
See Also