Skip to content

Releases: audunegames/random-numbers

Version 1.0.5

03 Jun 17:36

Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

Fixed

  • Fixed UPM CLI installation path in sign and release workflow to avoid adding it to the package.

Version 1.0.4

18 May 20:30

Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

Added

  • Added methods to generate random points and quaternions.
  • Added methods to derive and hash seeds from bytes, ints, floats, and vectors.

Version 1.0.3

18 May 13:18

Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

Changed

  • Updated author field in package.json.

Version 1.0.2

18 May 12:38

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

Security

  • Added sign and release workflow to sign and release an UPM package when a Git tag is pushed.

Version 1.0.1

11 May 14:24

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

Added

  • Added RandomNumberGenerator constructor for seeds of type int? that defaults to the default seed.
  • Added methods to derive seeds by hasing them with a string key.

Version 1.0.0

12 Apr 11:28

Choose a tag to compare

Full Changelog: https://github.com/audunegames/random-numbers/commits/v1.0.0

Added

  • Random number generator class to use for seeded random number generation.
  • Choosing and sampling random items from enumerables.
  • Choosing weighted items from enumerables
  • Shuffling enumerables.