FastRandom.Next Method (Int32, Int32)

GeneticSharp

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.Maths
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public int Next(
	int lowerBound,
	int upperBound
)
public int Next(
	int lowerBound,
	int upperBound
)

Parameters

lowerBound
Type: OnlineSystem Int32

[Missing <param name="lowerBound"/> documentation for "M:SharpNeatLib.Maths.FastRandom.Next(System.Int32,System.Int32)"]

upperBound
Type: OnlineSystem Int32

[Missing <param name="upperBound"/> documentation for "M:SharpNeatLib.Maths.FastRandom.Next(System.Int32,System.Int32)"]

Return Value

Type: OnlineInt32

[Missing <returns> documentation for "M:SharpNeatLib.Maths.FastRandom.Next(System.Int32,System.Int32)"]

See Also