Skip to content

Releases: seflless/arbitrary

v1.4.6

12 Mar 18:31
Compare
Choose a tag to compare
  • Better documentation for Generator.integer(min, max) & Generator.number(min, max)
  • Added test Coverage for both as well.
  • I believe addresses PR: #5
  • Both functions now throw an exception if more than 2 parameters are provided.

v1.3.0

28 Nov 22:44
Compare
Choose a tag to compare
  • Added new scramble/descramble functions that can take an arbitrary u32 and scramble it's bits
    • Scrambling is reversible via descramble()
    • This is ideal for deriving a random new generator state from an exist generator state.