xrandom 0.2.1 xrandom: ^0.2.1 copied to clipboard
All-purpose, rock-solid random number generators focused on the reproducibility of tests on different platforms
0.2.1 #
-
Added Splitmix64 algorithm
-
Better time-based seeds for all generators
0.1.1 #
-
Added Xrandom and Xrandom64 aliases
-
Added xoshiro128++
-
deterministic() replaced to expected()
-
Speed improvements
-
Changed the order in which the results appear nextBool() results appear
-
Improved the accuracy of nextDouble() in Xorshift64 and Xorshift120p for exact matching of reference values
-
Changed the order of nextInt32() results in Xorshift64 and Xorshift120p
0.0.2 #
- Added example
- Fixes for the causes of dart.pub warnings
0.0.1 #
- Initial release