FastRandom Next Method (Int32) | GeneticSharp |
Generates a random int over the range 0 to upperBound-1, and not including upperBound.
Namespace: SharpNeatLib.MathsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- upperBound
- Type: System Int32
[Missing <param name="upperBound"/> documentation for "M:SharpNeatLib.Maths.FastRandom.Next(System.Int32)"]
Return Value
Type: Int32[Missing <returns> documentation for "M:SharpNeatLib.Maths.FastRandom.Next(System.Int32)"]
See Also