|  | RandGenMTwistInitialize(Int32) Method | 
            Reinitializes the random number generator with the given array.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic void Initialize(
	int[] init
)
Public Sub Initialize ( 
	init As Integer()
)
public:
void Initialize(
	array<int>^ init
)
member Initialize : 
        init : int[] -> unit Parameters
- init  Int32
- The array for initializing keys.
 See Also
See Also