Is there a software or website that implements tests of randomness to check if my random numbers are of cryptography quality ?
Asked
Active
Viewed 59 times
1
-
Related: https://crypto.stackexchange.com/q/394/94291 – nobody Dec 06 '21 at 04:39
-
1Does this answer your question? [How to check randomness of random number generators?](https://security.stackexchange.com/questions/83254/how-to-check-randomness-of-random-number-generators), [Testing a hardware random number generator](https://security.stackexchange.com/questions/47475/testing-a-hardware-random-number-generator). – Steffen Ullrich Dec 06 '21 at 05:04
1 Answers
0
You're looking for randomness tests that in software includes the Diehard test suite. This is available in Linux distributions as the dieharder command.

Jeff Ferland
- 38,090
- 9
- 93
- 171