Click or drag to resize

MT19937GeneratorNextBoolean 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 32 random bits (1 uint) for future calls, so a new random number is only generated every 32 calls.
See Also