rand-seed

A small seedable random number generator library written in TypeScript

MIT License

Downloads
68.2K
Stars
26
Committers
1
rand-seed - Version 2.1.0 release Latest Release

Published by michaeldzjap 3 months ago

Added

  • Example using import.

Changed

  • Upgraded to ESLint v9 and updated to flat config.
  • Updated TypeScript config.
  • Upgraded dev dependencies.

Fixed

  • Fixed ES build. (#10, #11)
rand-seed - Version 2.0.0 release

Published by michaeldzjap 3 months ago

Fixed

  • BREAKING: Fixed errors in xoshiro128** algorithm. Note that this will change the output for a given seed compared to v1 of this package. (#8, #9)

Changed

  • Updated dev dependencies.
rand-seed - Version 1.0.2 release

Published by michaeldzjap about 2 years ago

Security

  • Update all dev dependencies

Changed

  • CI is moved from Travis CI to GitHub actions
rand-seed - Version 1.0.1 release

Published by michaeldzjap about 3 years ago

Security

  • Update all dev dependencies
rand-seed - Version 1.0.0

Published by michaeldzjap about 4 years ago

First official stable release.