Rng.Initialize Method
Initialize the RNG generator with a seed file.
Syntax
[C#]
public static bool Initialize(
string seedFile
)
[VB]
Public Shared Function Initialize (
seedFile As String
) As Boolean
Parameters
- seedFile String
- Full path name of seed file
Return Value
Boolean
true if successful; false if fails
Remarks
If the seed file does not exist, it will be created (with any available entropy).
See Also
VB6/C equivalent: RNG_Initialize
[Contents] [Index]