On Fri, Jul 17, 2020 at 4:47 PM Han-Wen Nienhuys <[email protected]> wrote: > Maybe something is off with the init after fork, but GUILE's random > initialization also doesn't look very reliable: > > https://git.savannah.nongnu.org/cgit/guile.git//tree/libguile/random.c/?id=5f22d1090bef72639f2744402c0466d8dbf8f8ac#n121
It gets better... if you pass a 64-bit number as seed, instead of using that directly, the RNG will ... convert that to decimal and then use that string to initialize. -- Han-Wen Nienhuys - [email protected] - http://www.xs4all.nl/~hanwen
