The system.numeric
library contains classes and tools that provides extra numeric
methods and implementations.
Classes
- PRNG
- A pseudo random number generator (PRNG) is an algorithm for generating a sequence of numbers that approximates the properties of random numbers.
- Range
- Represents a range of numeric values. This range can be immutable.
- RomanNumber
- The tool class to parse and transforme the Roman numerals.