FastRandom NextBool Method | GeneticSharp |
Generates a single random bit.
This method's performance is improved by generating 32 bits in one operation and storing them
ready for future calls.
Namespace: SharpNeatLib.MathsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Return Value
Type: Boolean[Missing <returns> documentation for "M:SharpNeatLib.Maths.FastRandom.NextBool"]
See Also