v2.1.0
Important
We changed the way int numbers are generated, which affects all Int*
and UInt*
methods, if you are affected by this change, we recommend to use RandomNumber
or IntBetween
.
What's Changed
- Revert "fix intn panic (#163)" by @jaswdr in #165
- fix intn panic (#163) by @jaswdr in #166
- Fix Int* and UInt* return only 0s by @jaswdr in #167
Full Changelog: v2.0.3...v2.1.0