Info
Version: | 0.2.0 |
Author(s): | Ed Ropple |
Last Update: | Sunday, March 15, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/eropple/DiceNotation |
NuGet Url: | https://www.nuget.org/packages/EdCanHack.DiceNotation.MathNet |
Install
Install-Package EdCanHack.DiceNotation.MathNet
dotnet add package EdCanHack.DiceNotation.MathNet
paket add EdCanHack.DiceNotation.MathNet
EdCanHack.DiceNotation.MathNet Download (Unzip the "nupkg" after downloading)
Dependencies
- EdCanHack.DiceNotation(> 0.1.99999 && < 0.3.0)
- JetBrains.Annotations(8.0.5.0)
- MathNet.Numerics(3.5.0)
Tags
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.