Click or drag to resize

RandGenBetaNext Method

Generates a random number.

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

Return Value

Double
A random deviate from the beta distribution.
Remarks
Knuth, Volume 2, 3rd edition, page 134.
See Also