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