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
Cause: increment was being ORed with 1 upon setting only in the constructor, not when it was used to move away from initial value prior to being initialized.
Describe the bug
[email protected]
randomSeeded
gives different results for some seeds (not covered by current tests). cc @kt3kSteps to Reproduce
Expected
Actual
If the seed is
6552010792480112862n
instead of6552010792480112863n
, the results are the same.The 0.1.0 results are consistent with rust rand.
Environment
[email protected]
The text was updated successfully, but these errors were encountered: