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.