https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210169
Andrey Chernov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Andrey Chernov <[email protected]> --- You should not rely on PRNG sequence always remains the same, maximum you can expect - during release. Since -current and -stable are not releases but moving targets, it work as supposed. If you want something which _always_ produce the same sequence, roll out your own PRNG. It is impossible to change system PRNG otherwise. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
