Click or drag to resize

RandGenBeta(Double) 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. The beta parameter defaults to one.

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

Parameters

alpha  Double
The alpha of the beta distribution.
See Also