You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mt19937 and Mt19937_64 can be seeded from array or ndslice
mir.random.engine.preferHighBits!T to query new optional enum preferHighBits
Improvements:
When the high bits of a PRNG's output are known to have better statistical properties than the low bits, use high bits when not all bits of output are required.
On macOS, OpenBSD, and NetBSD, use arc4random_buf in unpredictableSeed and genRandomNonBlocking.
Bugfixes:
Fix isSaturatedRandomEngine!T not working when T.opCall is a function template.
Fix address-based increment for PCGs in unique_stream mode.
Incorporated upstream fix for seeding a MCG with a seed that's a multiple of the modulus.