Jump to content

Linux: Difference between revisions

11 bytes added ,  14 November 2021
Line 610: Line 610:
Produces random numbers.
Produces random numbers.


On my system, it's limited to about 60 MB/s. If you need faster, you can encrypt from <code>/dev/zero</code> to get 2.7 GB/s.   
On my system, it's limited to about 60 MB/s. If you need faster randomness, you can encrypt from <code>/dev/zero</code> to get 2.7 GB/s.   
See [https://serverfault.com/questions/6440/is-there-an-alternative-to-dev-urandom/415962#415962 reference].
See [https://serverfault.com/questions/6440/is-there-an-alternative-to-dev-urandom/415962#415962 reference].
<pre>
<pre>