Gfsr Generator.Restart Method
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Restart() | Restarts the random number generator using the original seed. |
Restart( | Restarts the random number generator using the specified seed. |
Restart(Int32[]) | Restarts the random number generator using the specified seed array. |
Restart
Restarts the random number generator using the original seed.
public override void Restart()
Restart(Int32)
Restarts the random number generator using the specified seed.
Restart(Int32[])
Restarts the random number generator using the specified seed array.
public void Restart(
int[] seedArray
)
Parameters
- seedArray Int32[]
- An integer array containing the new seed values.
Exceptions
Argument | seedArray is null. |