Explore >> Select a destination


You are here

wiki.openssl.org
| | paragonie.com
2.2 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.
| | sergioprado.blog
2.4 parsecs away

Travel
| | In this article, we will deep dive into the major concepts behind random numbers and learn how to work with them on a Linux system.
| | blog.gistre.epita.fr
1.9 parsecs away

Travel
| | This article explores the world of random number generation in embedded systems, covering both pseudo-random number generators (PRNGs) and hardware-based random number generators (HRNGs). It explains their principles, provides examples of code, discusses their advantages and limitations, and highlights their applications in embedded systems.
| | yal.cc
23.7 parsecs away

Travel
| I wrote a bunch of PRNGs for GameMaker! This is a post about what these are, how they work, when you might want to use them, and performance comparisons. Continue reading ?