Fixing links

This commit is contained in:
2025-10-17 15:21:46 -04:00
parent bcfb6a4361
commit 6f72cd3711
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ Several techniques have arisen to generate random numbers, both on local machine
### Lava-lamps
(Lavarland)[https://en.wikipedia.org/wiki/Lavarand] uses a video of a wall of lavalamps to generate random numbers. It does show by taking a high definition screenshot of the video feed. It then hashes that image to generate a seed for a PRNG. The more random the seeds the more random the number that will be generated. Since the lavalamps, particularly accumulated over all lamps, is unpredictable, the seed is also unpredictable.
[Lavarland](https://en.wikipedia.org/wiki/Lavarand) uses a video of a wall of lavalamps to generate random numbers. It does show by taking a high definition screenshot of the video feed. It then hashes that image to generate a seed for a PRNG. The more random the seeds the more random the number that will be generated. Since the lavalamps, particularly accumulated over all lamps, is unpredictable, the seed is also unpredictable.
### Radioactive Decay