Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.19 KB

File metadata and controls

34 lines (22 loc) · 1.19 KB

1.2.0 (2024-09-14)

Features

  • 🧑‍💻 complete revamp of project (626ebd9)

Breaking Changes

  • Function Renaming:
    • int() is now integer()
    • array() is now sample()

New Features

  • Enhanced Randomization Methods:

    • integer(): Generates a random integer between min and max.
    • float(): Generates a random float between min and max with precision.
    • intArray(): Generates an array of random integers.
    • floatArray(): Generates an array of random floats with precision.
    • pick(): Picks a single random element from an array.
    • sample(): Picks a specified number of non-repeating elements from an array.
    • shuffle(): Shuffles the elements in an array.
    • string(): Generates a random string of specified length.
  • Improved Error Handling: More precise error messages for invalid inputs.

Bug Fixes

  • Enhanced Validation: Added thorough runtime validation to ensure correct inputs.

[1.1.1] - 2021-06-25

Initial release.