 | RandGenBetaNext Method |
Generates a random number.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
SyntaxPublic Function Next As Double
member Next : unit -> float
Return Value
DoubleA random deviate from the beta distribution.
RemarksKnuth, Volume 2, 3rd edition, page 134.
See Also