Create a new seed file suitable for use with Rng.Initialize
public static bool MakeSeedFile( string seedFile )
Public Shared Function MakeSeedFile ( _ seedFile As String _ ) As Boolean
true if successful; false if fails
Any existing file will be overwritten.
See Example1
VB6/C equivalent: RNG_MakeSeedFile