xrandom 0.4.0 copy "xrandom: ^0.4.0" to clipboard
xrandom: ^0.4.0 copied to clipboard

outdated

All-purpose, rock-solid random number generators focused on the reproducibility of tests on different platforms

0.4.0 #

  • nextFloat() method now uses more accurate type of conversion

  • added RandomBase32.nextInt64()

  • nextDoubleMemcast() renamed to nextDoubleBitcast()

  • fixed: nextInt() results were not uniform

  • fixed: RandomBase64.nextInt32() can return 0 (reflected in the documentation)

0.3.2 #

  • Alias names changed

  • Alias constructors unified

  • Example updated

0.2.2 #

  • 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
11
likes
0
pub points
77%
popularity

Publisher

verified publisherrevercode.com

All-purpose, rock-solid random number generators focused on the reproducibility of tests on different platforms

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on xrandom