EdCanHack.DiceNotation 0.2.0

dotnet add package EdCanHack.DiceNotation --version 0.2.0
NuGet\Install-Package EdCanHack.DiceNotation -Version 0.2.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="EdCanHack.DiceNotation" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EdCanHack.DiceNotation --version 0.2.0
#r "nuget: EdCanHack.DiceNotation, 0.2.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 EdCanHack.DiceNotation as a Cake Addin
#addin nuget:?package=EdCanHack.DiceNotation&version=0.2.0

// Install EdCanHack.DiceNotation as a Cake Tool
#tool nuget:?package=EdCanHack.DiceNotation&version=0.2.0

DiceNotation is a dice rolling library implemented as a PCL. It can be used to turn strings like "6d4k2 + 12" into actionable dice rolls and, using DiceNotation's `MinDieRoller` and `MaxDieRoller`, can easily compute the full range as well.

There are no supported framework assets in this 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 EdCanHack.DiceNotation:

Package Downloads
EdCanHack.DiceNotation.MathNet

MathNet.Numerics is a battle-tested library for numerics in C# and provides its own random number generation system. This extends DiceNotation to use its RandomSource instead of .NET's; with this you can still use the default PRNG with `SystemRandomSource` but also supports custom and tunable random generators.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0 16,930 3/15/2015

0.2.0: Initial release on GitHub and NuGet. Upgraded to .NET 4.5 and PCL.
0.1.0: Initial release on CodePlex.