Skip to content

Releases: saucelabs/randomness

v0.0.5

21 Feb 06:41
a48ea60
Compare
Choose a tag to compare
  • Upgraded customerror, and Sypl libraries

v0.0.4

26 Oct 02:53
fc8ac1d
Compare
Choose a tag to compare
  • Using math.MaxInt32 instead of math.MaxInt. math.MaxInt is only available in Go 1.17+.

v0.0.3

25 Oct 19:12
dd53cdd
Compare
Choose a tag to compare
  • Added the ability to generate X amount of random numbers.

v0.0.2

01 Oct 21:19
c057fcd
Compare
Choose a tag to compare
  • Added more tests.
  • Improved validation for min and max.
  • Fixed Generate panic in case of rand.Int failure.

v0.0.1

25 Sep 06:18
a418701
Compare
Choose a tag to compare
  • First release