scalatest / scalatestplus-scalacheck

ScalaTest + ScalaCheck provides integration support between ScalaTest and ScalaCheck.
Apache License 2.0
57 stars 24 forks source link

Use `Seed.fromLongs` for initial seed #60

Closed inmost-light closed 1 year ago

inmost-light commented 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.

cheeseng commented 1 year ago

Looks good to me, @bvenners do you mind approving this PR?