Resets the random number generator using a random seed.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public virtual bool Reset() |
| Visual Basic (Declaration) |
|---|
Public Overridable Function Reset As Boolean |
| Visual C++ |
|---|
public: virtual bool Reset() |
Return Value
true if successfull
Remarks
This method will succeed only if the following conditions are
met:
1. The uniform generator delegate is an instance method, i.e. the Target
property of the Delegate class returns a non-null reference.
2. The object reference thus obtained has a method named Initialize that
returns void and takes no arguments.