Would /dev/urandom suffice?

Sure. But for portability's sake, the code should read 4 bytes from /dev/random to seed srand() (fallback to (time XOR pid) or something similar if /dev/random can't be opened), then call rand() to supply however many bytes you want to use.

_______________________________________________
Nmh-workers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to