Random number generator functions
RNG_Bytes
- Generates a random set of byte data.
RNG_BytesWithPrompt
- ditto with a prompt to enter random keystrokes.
RNG_String
- Generates a string of random chars (classic VB6/VBA only) - @deprecated.
RNG_StringWithPrompt
- Generates a string of random chars with a prompt (classic VB6/VBA only) - @deprecated.
RNG_Number
- Generates a random number in a given range.
RNG_Guid
- Generate a random 36-character Global Unique IDentifier (GUID) string.
RNG_Initialize
- Initializes the RNG from a seed file.
RNG_MakeSeedFile
- Creates a new seed file, prompting for entropy.
RNG_UpdateSeedFile
- Updates an existing seed file.
RNG_Test
- Carries out a health check and a FIPS-140-2 statistical test on the RNG.
RNG_TestDRBGVS
- Test the RNG for conformance to NIST SP800-90A using the relevant test specified in DRBGVS.
[Contents] [Index]