FastRandom.Next Method (Int32)

GeneticSharp

FastRandom Next Method (Int32) GeneticSharp
Generates a random int over the range 0 to upperBound-1, and not including upperBound.

Namespace: SharpNeatLib.Maths
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public int Next(
	int upperBound
)
public int Next(
	int upperBound
)

Parameters

upperBound
Type: OnlineSystem Int32

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

Return Value

Type: OnlineInt32

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

See Also