Which is FreeBSD's drand48() lib/libc/gen/_rand48.c.
plus perl5's own native 64bit optimization.
perl5 uses ldexp() which looks extremely slow to me. FreeBSD is saner. However test the current perl5 variant.
The faster FreeBSD variant is called rand48
Which is FreeBSD's drand48()
lib/libc/gen/_rand48.c.
plus perl5's own native 64bit optimization. perl5 uses ldexp() which looks extremely slow to me. FreeBSD is saner. However test the current perl5 variant. The faster FreeBSD variant is called rand48