|
|
|
|
|
by kcanini
3289 days ago
|
|
The Mersenne Twister algorithm takes a random seed (which should be highly entropic) as input and then deterministically generates a series of outputs. It does not generate any entropy by itself, nor does it specify where your source of entropy should come from. |
|