Hacker News new | ask | show | jobs
by masklinn 4156 days ago
Sadly the libc prng is not specified, and thus non-portable. It might work if things are checked on the same kernel and libc combination, or it might not. The Java PRNG is specified and globally portable.