FastRandom Constructor | GeneticSharp |
Overload List
Name | Description | |
---|---|---|
FastRandom |
Initialises a new instance using time dependent seed.
|
|
FastRandom(Int32) |
Initialises a new instance using an int value as seed.
This constructor signature is provided to maintain compatibility with
System.Random
|
See Also