Skip to content

Releases: JuliaRandom/StableRNGs.jl

v1.0.1

19 Jan 12:59
4d02c43
Compare
Choose a tag to compare

Add shuffle implementation to preserve stability.

v1.0.0

28 Sep 18:51
Compare
Choose a tag to compare
bump version to 1.0.0

There is no breaking change API-wise*, but none might ever happen, and
having a version 1.x is good.

* `LehmerRNG` is no more exported, but it was documented that only the
`StableRNG` name was part of the API.

v0.1.2

28 Sep 18:53
Compare
Choose a tag to compare
allow any integer type in seed! (and constructor)

v0.1.1

02 May 20:09
Compare
Choose a tag to compare
bump version 0.1.0 -> 0.1.1

v0.1.0

29 Apr 14:56
Compare
Choose a tag to compare
update README.md on the currently supported API & usage example