FastRandom Constructor (Int32)

GeneticSharp

FastRandom Constructor (Int32) GeneticSharp
Initialises a new instance using an int value as seed. This constructor signature is provided to maintain compatibility with System.Random

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

Syntax

public FastRandom(
	int seed
)
public FastRandom(
	int seed
)

Parameters

seed
Type: OnlineSystem Int32

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

See Also