The methods of the Rng class are listed below. For a complete list of Rng class members, see the Rng Members topic.
![]() Bytes | Overloaded. Generates an array of random bytes |
![]() BytesWithPrompt | Overloaded. Generates an array of random bytes with a prompt for keyboard input |
![]() Initialize | Initialize the RNG generator with a seed file. |
![]() MakeSeedFile | Create a new seed file suitable for use with Rng.Initialize |
![]() Number | Generates a random number (integer) in a given range |
![]() Octet | Generates a single random octet (byte) |
![]() Test | Carries out a NIST SP800-90 health check and FIPS140-2 statistical tests on the random number generator |
![]() UpdateSeedFile | Updates the RNG seed file |
Rng Class | CryptoSysPKI Namespace