Skip to content

2.0.0

Choose a tag to compare

@jimhester jimhester released this 02 Aug 13:20
  • Each with_ function now has a local_ variant, which reset at the end of
    their local scope, generally at the end of the function body.

  • New functions with_seed() and with_preserve_seed() for running code with
    a given random seed (#45, @krlmlr).