Random Number Generator and Seeding
The use of randomness is key to many cryptographic operations. This section describes the functions used for pseudorandom number generation, and the functions that are used to seed the pseudorandom number generators (RNGs). These functions are compliant with the ANSI and FIPS requirements for RNGs.