Lines Matching full:number
3 Random Number Generation
6 The random API subsystem provides random number generation APIs in both
9 random number. The non-cryptographic APIs will return random values
13 FIPS 140-2 [NIST02]_ recommended algorithms. Hardware based random-number
34 For testing, this option allows a non-random number generator to be used and
35 permits random number APIs to return values that are not truly random.
37 The random number generator choice group allows selection of the RNG
48 The random number generators available include:
51 enables number generator based on system timer clock. This number
55 enables a random number generator that uses the enabled hardware
59 enables the Xoshiro128++ pseudo-random number generator, that uses the
63 cryptographically secure random number generator source function. An
73 The cryptographically secure random number generators available include:
76 enables a cryptographically secure random number generator using the
80 enables the CTR-DRBG pseudo-random number generator. The CTR-DRBG is
81 a FIPS140-2 recommended cryptographically secure random number generator.