Skip to content

1.0.3

Compare
Choose a tag to compare
@will-keen will-keen released this 18 Aug 16:40
· 47 commits to master since this release
  • Better testing and bug fixes for globally-seeded objects.
  • Fixed issue where list objects weren't deterministic when resetting the global seed with random.seed(x).
  • Fixed issue that caused an unhandled exception when calling copy.deepcopy on a RandObj instance using global seeding.
  • Split random list solver into naive and fast, add user-facing option to disable naive.
    • Previously this was optimized manually, but in a stateful way that impacted determinism.
    • Therefore this is considered a bug fix rather than a feature addition.
    • Change benchmarking for this accordingly.