Troschuetz.Random - Easy random number generation NuGet Package

Fully managed library providing various random number generators and distributions.

More precisely, this library offers 7 generators (ALF, MT19937, Standard, XorShift128, NR3, NR3Q1, NR3Q2), 6 discrete distributions (Bernoulli, Binomial, Categorical, DiscreteUniform, Geometric, Poisson) and 21 continuous distributions (like Normal, Exponential, ChiSquare, Beta, and so on); moreover, it offers a random class similar to the one Python offers (TRandom). All the hard work behind this library was done by Stefan Troschütz, and for which I thank him very much.

What I have done with his great project, was simply to refactor and improve his code, while offering the new random class similar to the one Python offers. You can find the modified source code and the available documentation at the project URL.




Got any Troschuetz.Random - Easy random number generation Question?





Info

Version: 5.1.0
Author(s): Stefan Troschütz <[email protected]>, Alessio Parma <[email protected]>
Last Update: Sunday, November 28, 2021
.NET Fiddle: Create the first Fiddle
Project Url: https://gitlab.com/pomma89/troschuetz-random
NuGet Url: https://www.nuget.org/packages/Troschuetz.Random


Install
Install-Package Troschuetz.Random
dotnet add package Troschuetz.Random
paket add Troschuetz.Random
Troschuetz.Random Download (Unzip the "nupkg" after downloading)

.NETFramework 3.5
  • No dependencies.
.NETFramework 4.0
  • No dependencies.
.NETFramework 4.5
  • No dependencies.
.NETStandard 1.0 .NETStandard 2.0
  • No dependencies.
net461
  • No dependencies.
net472
  • No dependencies.
netstandard2.1
  • No dependencies.
14 packages depend on this package.


Tags



STATS

must-have-score

1.6

avg-downloads-per-day

67

days-since-last-release

852