Redzen 11.0.0
General purpose C# code library.
Install-Package Redzen -Version 11.0.0
dotnet add package Redzen --version 11.0.0
<PackageReference Include="Redzen" Version="11.0.0" />
paket add Redzen --version 11.0.0
Release Notes
- Enabled nullable reference types (introduced as part of C#8).
- Added Float.BoxMullerGaussian, ZigguratGaussian, DiscreteDistribution and related classes.
- Rename MathArrayUtils to MathSpanUtils.
- Added MathFSpanUtils; a single-precision floating-point equivalent of MathSpanUtils.
- Deleted ArrayUtils; this is superseded by SpanUtils.
- Fix: Base64EncodingOutputStream.Write() - incorrect offset bound check.
- Eliminate a single branch from the ZigguratGuassian class; in synthetic benchmarks this improves performance by approx. 36%.
- Fix: NextDoubleNonZero() could return zero (very infrequently)
- RandomSourceBase.Next(): Use high bits as the source of entropy, as these generally exhibit high quality randomness in LCG PRNGs.
- Removed a number of AggressiveInlining attributes where, on balance, they are not useful.
- XorShiftRandom: Removed redundant test of maxValue.
- Doubled sampling resolution of NextDoubleNonZero().
- Added IRandomSource.NextFloatNonZero().
Dependencies
-
.NETCoreApp 3.1
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Redzen:
Package | Downloads |
---|---|
SharpNeatLib
SharpNEAT - Evolution of Neural Networks.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Redzen:
Repository | Stars |
---|---|
colgreen/sharpneat
SharpNEAT - Evolution of Neural Networks. A C# .NET Framework.
|
Version History
Version | Downloads | Last updated |
---|---|---|
11.0.0 | 632 | 8/2/2020 |
10.0.0 | 232 | 6/28/2020 |
9.1.2 | 125 | 11/8/2020 |
9.1.1 | 346 | 7/5/2020 |
9.1.0 | 190 | 6/14/2020 |
9.0.0 | 1,099 | 4/24/2019 |
8.0.0 | 712 | 1/22/2019 |
7.2.3 | 818 | 6/23/2018 |
7.2.2 | 429 | 6/13/2018 |
7.2.1 | 530 | 5/20/2018 |
7.2.0 | 423 | 5/19/2018 |
7.1.0 | 411 | 5/18/2018 |
7.0.1 | 473 | 5/11/2018 |
7.0.0 | 429 | 5/10/2018 |
6.0.0 | 407 | 5/8/2018 |
5.0.0 | 440 | 4/23/2018 |
4.0.0 | 897 | 1/27/2018 |
3.0.2 | 1,155 | 4/23/2017 |
3.0.1 | 452 | 3/29/2017 |
3.0.0 | 419 | 3/29/2017 |
2.0.0 | 503 | 3/11/2017 |
1.0.5 | 1,719 | 3/9/2016 |
1.0.4 | 740 | 2/14/2016 |
1.0.3 | 726 | 2/6/2016 |
1.0.2 | 713 | 2/6/2016 |
1.0.1 | 690 | 2/5/2016 |
1.0.0.1 | 744 | 11/7/2015 |