Zavolokas.Math 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Zavolokas.Math --version 1.0.0
NuGet\Install-Package Zavolokas.Math -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zavolokas.Math" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zavolokas.Math --version 1.0.0
#r "nuget: Zavolokas.Math, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Zavolokas.Math as a Cake Addin
#addin nuget:?package=Zavolokas.Math&version=1.0.0

// Install Zavolokas.Math as a Cake Tool
#tool nuget:?package=Zavolokas.Math&version=1.0.0

Math Utils

license

Contains useful bits to tackle different math problems.

Combinatorics

  • GetAllCombinations<T> extension method helps to find all combinations of the items that an IEnumerable<T> contains.
  • Static BinPacker class helps to pack a set of items with defined cost to a minimal amount of bins.

Random

  • Contains a FastRandom class that is faster than the System.Random one. There is a sample code available that demostrates the performance gain.
Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Zavolokas.Math:

Package Downloads
Zavolokas.ImageProcessing.PatchMatch

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1.24 2,263 10/29/2019
1.0.1.23 498 10/29/2019
1.0.1.22 469 10/29/2019
1.0.1.18 491 10/29/2019
1.0.1.11 475 10/28/2019
1.0.0 3,277 12/12/2017