Skip to content

Releases: nuskey8/NRandom

v2.0.2

Choose a tag to compare

@nuskey8 nuskey8 released this 19 Mar 08:20

What's Changed

  • Fix typo in WeightedValue struct declaration by @KurisuJuha in #17
  • Fix totalWeight not being reset in Clear by @basuhei in #18

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@nuskey8 nuskey8 released this 07 Apr 14:19

What's Changed

  • Fix: GetRandom() always returns last element of the list by @nuskey8 in #15

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@nuskey8 nuskey8 released this 01 Apr 10:09
89d3166

Initial release of NRandom

v1.0.4

Choose a tag to compare

@nuskey8 nuskey8 released this 20 Aug 04:59

What's Changed

Features

Bug fixes

  • Fix: RemoveRandom returns default(T) when the last element is selected by @annulusgames in #7
  • Fix: WeightedCollectionExtensions by @annulusgames in #8
  • Fix: NextFloat/Double could return a value equal to max due to floating point error by @annulusgames in #10
  • Fix: WeightedList.GetItem by @annulusgames in #11

Improvements

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

v1.0.3

Choose a tag to compare

@nuskey8 nuskey8 released this 20 Aug 02:04

What's Changed

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

v1.0.2

Choose a tag to compare

@nuskey8 nuskey8 released this 19 Aug 15:11

What's Changed

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

v1.0.1

Choose a tag to compare

@nuskey8 nuskey8 released this 19 Aug 14:20

What's Changed

New Contributors

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

v1.0.0

Choose a tag to compare

@nuskey8 nuskey8 released this 19 Aug 10:00

initial release