nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Message-IDs and Content-IDs

2012-07-19 13:19:55
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.

Dumb question time: Do we want to introduce a dependency on /dev/random?
Looks like most people have it now.

--Ken

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>