You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use a stable rng from StableRNGs for reproducibility (#170)
* use a stable rng from `StableRNGs`
* update workflows
* remove `GLOBAL_RNG` leftovers
* workflows: use `@latest` action where possible
* add explicit return
* update
* change `seed` to default `nothing` - add docs - remove `kw...`
* restore `MersenneTwister` rng in `getRNG`
* use a local `rng` foreach test
* replace missing `kw...`
* fix docstring
* remove stale imports
* revert chagnes to rng_from_rng_or_seed
Co-authored-by: Simon Schoelly <[email protected]>
0 commit comments