|
|
|
|
|
by immibis
605 days ago
|
|
The Linux random devices no longer work the way you describe, either. random blocks until there's enough entropy to consider the PRNG output fully random, then never blocks. urandom simply never blocks, even if there's absolutely no entropy yet and every copy of your device produces the same random stream. |
|