fjarri/Jute.jl

Add RNG builtin fixtures

Opened this issue · 0 comments

Possible ones:

  • a local fixture returning an explicit RNG set to a specific seed
  • a local fixture for setting a specific seed for the global RNG (and return it back to what it was afterwards). This will be useful for functions that do not accept an explicit RNG argument and use the global one.