Click or drag to resize

RandGenBeta(Double, Double, Int32) Constructor

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.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenBeta(
	double alpha,
	double beta,
	int seed
)

Parameters

alpha  Double
The alpha, or shape parameter, of the distribution.
beta  Double
beta.
seed  Int32
Random number seed.
See Also