Changes between Initial Version and Version 1 of TestingRNG
- Timestamp:
- 09/20/2012 02:13:00 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestingRNG
v1 v1 1 == Testing Random Number Generators == 2 3 HWRNG is intended to dynamically analyze the stream of random bits it produces to verify its randomness. Verifying randomness is difficult in general. Verifying randomness in "real time" is even more difficult because insufficient history is available when the stream is first started. This page contains links to various resources on the Internet pertaining to randomness testing. 4 5 * [http://csrc.nist.gov/groups/ST/toolkit/rng/index.html NIST]. The Random Number Generation Technical Working Group (RNG-TWG) at NIST has developed a battery of statistical tests.