Click or drag to resize

GeneratorNextBoolean Method

Returns a random Boolean value.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract bool NextBoolean()

Return Value

Boolean
A Boolean value.
Remarks
Buffers 31 random bits for future calls, so the random number generator is only invoked once in every 31 calls.
See Also