joda@pdc.kth.se (Johan Danielsson) writes: > Shouldn't this use rnd(9), or is that too slow? We could build arc4random, export it to the world as /dev/arandom, and have it in the kernel as well. However, random(3) is fast, and sometimes all you really need is weak randomness for non-security related uses. --Michael