Overload List

  NameDescription
RandGenBinomial(Int32, Double)
Constructs a random number generator for binomial distributions using the RandGenMTwist class as the underlying uniform random number generator.
RandGenBinomial(Int32, Double, RandomNumberGenerator..::.UniformRandomNumber)
Constructs a random number generator for binomial distributions using the specified uniform random number generator.
RandGenBinomial(Int32, Double, Int32)
Constructs a random number generator for binomial distributions using a seeded RandGenMTwist class as the underlying uniform random number generator.

See Also