Lightweight extensions methods (and constants) for common programming tasks, like:
- Suffixes (AsMemory, AsTime)
- Interpolate
- Partition
- Shuffle (O(n))
- Softmax
- InnerProduct
- IsPrime
- ManhattanDistance
- EuclideanDistance
- InClosedRange
- MeanSquaredError
- EqualsWithTolerance
- HsVtoArgb
- Scale
- Fit
and many more.
Extensions for System.Random
(NextBool, NextChar, NextString etc.) moved to StrongRandom