Closed muffinista closed 2 years ago
Hello! This PR adds a couple of methods to allow a user to specify a Random object as the random number generator, which makes the gem usable if you need some sort of deterministic randomness (which I do!)
Random
I ended up not using this gem, and probably won't have time to work on these changes, so you can probably close this PR. Thanks!
Hello! This PR adds a couple of methods to allow a user to specify a
Random
object as the random number generator, which makes the gem usable if you need some sort of deterministic randomness (which I do!)