Releases: saucelabs/randomness
Releases · saucelabs/randomness
v0.0.5
- Upgraded
customerror
, and Sypl
libraries
v0.0.4
- Using
math.MaxInt32
instead of math.MaxInt
. math.MaxInt
is only available in Go 1.17+.
v0.0.3
- Added the ability to generate X amount of random numbers.
v0.0.2
- Added more tests.
- Improved validation for
min
and max
.
- Fixed
Generate
panic in case of rand.Int
failure.