1.2.0 (2024-09-14)
- 🧑💻 complete revamp of project (626ebd9)
- Function Renaming:
int()is nowinteger()array()is nowsample()
-
Enhanced Randomization Methods:
integer(): Generates a random integer betweenminandmax.float(): Generates a random float betweenminandmaxwith 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.
- Enhanced Validation: Added thorough runtime validation to ensure correct inputs.
Initial release.