CryptoSys PKI .NET Class Library

Rng Methods

The methods of the Rng class are listed below. For a complete list of Rng class members, see the Rng Members topic.

Public Static (Shared) Methods

BytesOverloaded. Generates an array of random bytes
BytesWithPromptOverloaded. 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

See Also

Rng Class | CryptoSysPKI Namespace