JuliaRandom / RandomNumbers.jl

Random Number Generators for the Julia Language.
https://juliarandom.github.io/RandomNumbers.jl/stable
Other
97 stars 23 forks source link

seed changed to Random.seed! on v0.7 nightly #41

Closed ChrisRackauckas closed 6 years ago

mkborregaard commented 6 years ago

This would be good to include - not least because Random.seed! allows you to set the default rng for rand calls - very useful for this package.

ChrisRackauckas commented 6 years ago

It looks like the tag was only for v1.0? That should be backported to v0.7 so that there's a working v0.7 release.

sunoru commented 6 years ago

You are right. I republished a version for 0.7. https://github.com/JuliaLang/METADATA.jl/pull/17223

ChrisRackauckas commented 6 years ago

Thanks!