Resets the underlying uniform random number generator with the given
seed.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public override bool Reset( int seed ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Reset ( _ seed As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Reset( int seed ) override |
Parameters
- seed
- Type: System..::.Int32
The seed.