Releases: lgarrison/parallel-numpy-rng
Releases · lgarrison/parallel-numpy-rng
v0.1.1
This is a bugfix release for standard_normal
producing inf
occasionally. As a result of the fix, the standard_normal
outputs will change by about 2^-24.
Fixes
standard_normal
sometimes produces inf
[#2]
Enhancements
- Added more test coverage for mixing functions and threads [#3]
v0.1
First release: uniform and normal randoms supported, for both float32 and float64. Reasonably thorough test coverage.