ZA
zavolokas/Math
Math Utils
Contains useful bits to tackle different math problems.
PM> Install-Package Zavolokas.Math -Version 1.0.0
Combinatorics
GetAllCombinations<T>extension method helps to find all combinations of the items that anIEnumerable<T>contains.- Static
BinPackerclass helps to pack a set of items with defined cost to a minimal amount of bins.
Random
- Contains a
FastRandomclass that is faster than theSystem.Randomone. There is a sample code available that demostrates the performance gain.