View Single Post
Brad
Selfish Heathen
 
Join Date: May 2004
Location: Zone of Pain
 
2022-08-23, 10:25

You could try with `/dev/urandom` to see if it's any faster.

random blocks when it runs low on entropy, but that seems unlikely to me in these small tests.

(urandom and random generally use the same secure pseudorandom algorithm, but urandom gracefully gives out arguably less secure values when entropy is low. The actual implementation is complicated, is different between older linux/newer linux/*bsd/macos, and is the subject of many misconceptions that I sometimes fall into too. )

The quality of this board depends on the quality of the posts. The only way to guarantee thoughtful, informative discussion is to write thoughtful, informative posts. AppleNova is not a real-time chat forum. You have time to compose messages and edit them before and after posting.
  quote