For those with an updated #macOS on modern hardware, I'm interested in the performance of /dev/urandom. If someone could do:
$ dd if=/dev/urandom bs=1M count=1000 of=/dev/null
and report back the performance, that would be awesome.
For example, on my ThinkPad t480s with Debian, I get the ~450 MBps:
$ dd if=/dev/urandom bs=1M count=1000 of=/dev/null
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB, 1000 MiB) copied, 2.31313 s, 453 MB/s
Just curious.
@UncleIroh Interesting. What CPU do you have? What kernel version are you running?
i5-3x @ kernel v6.1.62, you?
It would appear so.
@UncleIroh Interesting. So in your case, it's hardware-bound.