Files
developer-roadmap/content/guides/random-numbers.md

6 lines
419 B
Markdown
Raw Normal View History

2020-03-14 12:37:31 +04:00
Random numbers are everywhere from computer games to lottery systems, graphics software, statistical sampling, computer simulation and cryptography. Graphic below is a quick explanation to how the random numbers are generated and why they may not be truly random.
![](/guides/random-numbers.png)
2020-04-03 11:41:12 +04:00
Here is the [original tweet](https://twitter.com/kamranahmedse/status/1237851549302312962) where this image was posted.