/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.gistre.epita.fr
| | healeycodes.com
2.3 parsecs away

Travel
| | Building a replacement for JavaScript's random number generator.
| | www.johndcook.com
2.9 parsecs away

Travel
| | Random number generator test services. We test RNGs using the standard test suites: PractRand, TestU01 (BigCrush), DIEHARD(ER), NIST SP 800-22.
| | paragonie.com
2.9 parsecs away

Travel
| | A lesson on cryptographically secure pseudorandom number generators in PHP, and how to generate random integers and strings from a high quality entropy source like /dev/urandom to generate secure random passwords in PHP.
| | www.arch13.com
24.3 parsecs away

Travel
| You cannot have good encryption without random numbers, but few people realize the Raspberry Pi (all versions) have a random number generator right on their silicon. Unfortunately, the Raspberry Pi OS's do not utilize it without a set of tools not installed by default. As a result, you end up with a much smaller pool [...]