Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Releases: pomma89/troschuetz.random

v4.3.1

08 Sep 17:24
Compare
Choose a tag to compare
  • Added support for Span of bytes (PR #8 by Konstantin Safonov).
  • Fixed issue #6.

v4.3.0

11 Mar 09:46
Compare
Choose a tag to compare
  • Removed DLL compiled for .NET 4.7.1, it is not necessary.
  • Removed dependency on Thrower.
  • Added NextUIntInclusiveMaxValue to IGenerator (issue #5).
  • Marked IGenerator.NextUIntExclusiveMaxValue as obsolete (issue #5).
  • Changed behavior of IGenerator.NextUInt, now it does not return uint.MaxValue (issue #5).

v4.2.0

28 Oct 18:57
Compare
Choose a tag to compare
  • Added support for .NET Standard 2.0 and .NET Framework 4.7.1.
  • Removed graphical tester from NuGet package.

v4.1.3

08 Jan 13:10
Compare
Choose a tag to compare
  • Updated Thrower to v4.0.6.
  • Added unit tests for Portable and .NET Standard 1.1.
  • The behavior of TRandom.Next(int, int) was different from the built-in's (ISSUE#4 by Zhouxing-Su).
  • Changed behavior of NextDouble, NextUInt, Doubles, Integers, UnsignedIntegers according to issue #4.

v4.1.1

18 Dec 08:18
Compare
Choose a tag to compare
  • Updated Thrower to v4.

v4.0.8

04 Dec 22:36
Compare
Choose a tag to compare
  • Updated dependencies and reduced .NET Standard 1.1 references.
  • Relicensed source code under MIT license (ISSUE#2 by Corniel Nobel).

v4.0.7

30 Oct 10:27
Compare
Choose a tag to compare
  • Updated Thrower to v3.0.4 (PR#1 by Corniel Nobel).
  • Updated NUnit to v3.5.0 (PR#1 by Corniel Nobel).
  • Default seed now takes into account process ID.
  • Default seed now uses a GUID to improve randomness.
  • Updated broken Google-hosted links.
  • Fixed a bug in CategoricalDistribution. Weights were not normalized correctly.
  • Changed how ParetoDistribution is computed. Now a transformation based on exponential is used.

v4.0.5

07 Aug 13:38
Compare
Choose a tag to compare
  • Added new .NET Standard 1.1 library.

v4.0.4

26 Mar 14:29
Compare
Choose a tag to compare
  • Fixed a few quirks in the tester.
  • The tester is now embedded into the NuGet package.
  • Project has been moved to GitHub.