 | RandGenMTwist(Int32) Constructor |
Creates a random number generator initialized with the given array.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic RandGenMTwist(
int[] init
)
Public Sub New (
init As Integer()
)
public:
RandGenMTwist(
array<int>^ init
)
new :
init : int[] -> RandGenMTwist
Parameters
- init Int32
- The array for initializing keys.
See Also