Closed inmost-light closed 1 year ago
Seed.random() internally calls Seed.next a few times, which makes the error message (e.g. Init Seed: -629881034477878617) not very useful for recreating the seed, as we don't know the other 3 numbers.
Seed.random()
Seed.next
Init Seed: -629881034477878617
Looks good to me, @bvenners do you mind approving this PR?
Seed.random()
internally callsSeed.next
a few times, which makes the error message (e.g.Init Seed: -629881034477878617
) not very useful for recreating the seed, as we don't know the other 3 numbers.