If you need a random number.

Don't random number generators actually use the digits of pi? Or do random number generators actually exist where they don't have to use a string of numbers which it knows to be random.

The digits of pi aren't random in the slightest – they're completely determinate :confused: They roughly follow a uniform distribution, but that in itself doesn't provide a source of randomness.

Pseudo-random number generators work by using chaotic algorithms with arbitrary seed values. This provides statistical randomness, but ultimately can be predictable, which is why more secure methods are needed for cryptographic applications, for example.
 
Last edited:
The digits of pi aren't random in the slightest – they're completely determinate :confused: The digits of pi roughly follow a uniform distribution, but that doesn't provide a source of randomness.

Pseudo-random number generators work by using chaotic algorithms with an arbitrary seed value, which provides statistically random results.

Yeh you're right, I just thought about it. Don't know what I was thinking. Time for sleep me thinks.
 
Last edited:
mi2sk2.jpg
:D
 
Back
Top Bottom