Click or drag to resize

StandardGeneratorNextBoolean 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 override bool NextBoolean()

Return Value

Boolean
A Boolean value.
Remarks
Buffers 31 random bits (1 int) for future calls, so a new random number is only generated every 31 calls.
See Also