Skip to content

v0.10.2: Add the other rng functions (#378)

Compare
Choose a tag to compare
@jrevels jrevels released this 20 Jan 16:37
· 189 commits to master since this release
* Add the other rng functions

* Remove non-type random dispatches

* Add back rand(d) functions for things like rand(Integer)

* Remove redundant rng method

* add Random tests

* fix tests for rand interpretation