chaos 0.1.2+1 copy "chaos: ^0.1.2+1" to clipboard
chaos: ^0.1.2+1 copied to clipboard

Fast and high quality pseudo-random number generators (PRNGs) with cloneable state.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.2+1 #

  • Expand package:binary to ^4.0.0 (was accidentally 4.0.0).

0.1.2 #

New features:

  • Merged into the pub.luery.dev monorepo.
  • Exported PersistentRandom to the public API.
  • Bumped the minimum SDK constraint to Dart 3.5.0.

0.1.1 #

New features:

  • Added Xoroshiro128.randomSeed.

Bug fixes:

  • Fixed SequenceRandom.ints, which did not work as documented. The optional named arguments (newly added) (min: ..., max: ...) can now be used to set the range of the generated integers, and they are inferred from the sequence if not provided.

0.1.0+1 #

Bug fixes:

  • Fixed a bug where the last element of a SequenceRandom was never used.

0.1.0 #

  • Initial release.
3
likes
160
points
59
downloads

Publisher

verified publisherlurey.dev

Weekly Downloads

Fast and high quality pseudo-random number generators (PRNGs) with cloneable state.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

binary, meta

More

Packages that depend on chaos