Published April 2, 2019
| Version v1.16.2
Software
Open
bashtage/randomgen: Release 1.16.2
- 1. Praekelt Consulting and Feersum Engine
- 2. KU Leuven
- 3. Imperial College London
Description
- Updated Xoroshiro120 to use AUthor's latest parameterization
Closely synchronized with the version of randomgen being integrated into NumPy, including removing:
random_raw
, which have been moved to the individual basic RNGsrandom_uintegers
, which can be replaced withrandint
.
Added
RandomState
as a clone of NumPy's RandomState.- Removed
LegacyGenerator
since this is nolonger needed - Fixed many small bugs, including in cffi and ctype interfaces
Files
bashtage/randomgen-v1.16.2.zip
Files
(1.7 MB)
Name | Size | Download all |
---|---|---|
md5:54621e550e09215613114c2ef3990f92
|
1.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/bashtage/randomgen/tree/v1.16.2 (URL)