math library Core
Utilities for performing numeric operations.
Basic numeric operations
Random
- Randoms - functions for using Random
- FakeRandom - a fake Random implementation for testing
Classes
- FakeRandom
- A fake Random implementation that always produces a given sequence of values. It should only be used in tests.
Extensions
Exceptions / Errors
- ArithmeticException
- Thrown when an exceptional arithmetic condition has occurred.