Ran Lux 24.Restart Method
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Overload List
| Restart() |
Restarts the random number generator using the original seed.
|
| Restart( |
Restarts the random number generator using the specified seed.
|
Restart
Restarts the random number generator using the original seed.
[ObsoleteAttribute("This method is obsolete and will be removed in future versions.")]
public void Restart()Restart(Int32)
Restarts the random number generator using the specified seed.
[ObsoleteAttribute("This method is obsolete and will be removed in future versions.")]
public void Restart(
int seed
)Parameters
- seed Int32
- The new seed.