Fixing links
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user