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
For example, xorshift1024* has a recommended [u8; 128] seed type, for which std::convert::AsMut<[u8]> is not implemented, making it impossible to implement SeedableRng. This also affects common RNGs like the Mersenne Twister.
For example, xorshift1024* has a recommended
[u8; 128]seed type, for whichstd::convert::AsMut<[u8]>is not implemented, making it impossible to implementSeedableRng. This also affects common RNGs like the Mersenne Twister.