Skip to content

v2.1.1

Latest
Compare
Choose a tag to compare
@JordanRL JordanRL released this 30 Jun 01:11
· 254 commits to master since this release
876446a

Added

  • RandomProvider: A provider to supply random numbers.
    • randomInt(): Supplies a random integer.
    • randomDecimal(): Supplies a random decimal between 0 and 1 (inclusive)
    • randomReal(): Supplies a random real number.

Changed

  • Composer: Removed dependency on ircmaxell/random-lib, as it was outdated and is now replaced with Fermat's RandomProvider.