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