Troschuetz.Random 1.4.1.8

Suggested Alternatives

MathNet.Numerics

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Troschuetz.Random --version 1.4.1.8
NuGet\Install-Package Troschuetz.Random -Version 1.4.1.8
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="Troschuetz.Random" Version="1.4.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Troschuetz.Random --version 1.4.1.8
#r "nuget: Troschuetz.Random, 1.4.1.8"
#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 Troschuetz.Random as a Cake Addin
#addin nuget:?package=Troschuetz.Random&version=1.4.1.8

// Install Troschuetz.Random as a Cake Tool
#tool nuget:?package=Troschuetz.Random&version=1.4.1.8

Fully managed library providing various random number generators and distributions.
     More precisely, this library offers four generators (ALF, MT19937, Standard, XorShift128), five discrete distributions (Bernoulli, Binomial, DiscreteUniform, Geometric, Poisson) and twenty continuous distributions (like Normal, Exponential and so on); moreover, it offers a Python-style random class (TRandom).
     All the hard work behind this library was done by Stefan Troschütz, and for which I thank him very much. What I am doing with his great project, is simply to refactor and improve his code, while offering the new Python-style random class.
     You can find the modified source code and the available documentation at this address: http://goo.gl/vIV2G

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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 (12)

Showing the top 5 NuGet packages that depend on Troschuetz.Random:

Package Downloads
CryptoBazar

Package Description

Stringier

Text extensions for a more pleasant text processing experience.

ZHWebFramework.Common

Just my common library

NDice.Randomizers.Troschuetz

Randomizer for NDice using Troschuetz.Random

GoRogue-std2

Roguelike/2D game utility library.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Troschuetz.Random:

Repository Stars
UlyssesWu/FreeMote
Managed Emote/PSB tool libs.
GoodAI/BrainSimulator
Brain Simulator is a platform for visual prototyping of artificial intelligence architectures.
FlorianRappl/Mages
:tophat: MAGES is a very simple, yet powerful, expression parser and interpreter.
Version Downloads Last updated

This can be considered a stable release, excluding the class TRandom, which is new and incomplete.
     As of 1.4.1.8, TRandom exposes all other distributions, is more documented and tested.
     WARNING: Until further notice, class TRandom has to be considered not so stable.
     WARNING: This package is young, and the owner is quite new to the NuGet system. If you find any problem, please contact the owner.