Initialize the RNG generator with a seed file.
public static bool Initialize( string seedFile )
Public Shared Function Initialize ( _ seedFile As String _ ) As Boolean
true if successful; false if fails
The seed file must exist and be writable by the user.
See Example1
VB6/C equivalent: RNG_Initialize