Redzen 11.0.0
General purpose C# code library.
See the version list below for details.
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
#r "nuget: Redzen, 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 |
---|---|---|
12.0.0-preview5 | 74 | 1/30/2021 |
11.0.0 | 1,251 | 8/2/2020 |
10.0.0 | 260 | 6/28/2020 |
9.1.2 | 149 | 11/8/2020 |
9.1.1 | 417 | 7/5/2020 |
9.1.0 | 220 | 6/14/2020 |
9.0.0 | 1,151 | 4/24/2019 |
8.0.0 | 800 | 1/22/2019 |
7.2.3 | 896 | 6/23/2018 |
7.2.2 | 523 | 6/13/2018 |
7.2.1 | 611 | 5/20/2018 |
7.2.0 | 516 | 5/19/2018 |
7.1.0 | 510 | 5/18/2018 |
7.0.1 | 569 | 5/11/2018 |
7.0.0 | 524 | 5/10/2018 |
6.0.0 | 503 | 5/8/2018 |
5.0.0 | 537 | 4/23/2018 |
4.0.0 | 997 | 1/27/2018 |
3.0.2 | 1,249 | 4/23/2017 |
3.0.1 | 546 | 3/29/2017 |
3.0.0 | 508 | 3/29/2017 |
2.0.0 | 601 | 3/11/2017 |
1.0.5 | 1,792 | 3/9/2016 |
1.0.4 | 841 | 2/14/2016 |
1.0.3 | 823 | 2/6/2016 |
1.0.2 | 814 | 2/6/2016 |
1.0.1 | 787 | 2/5/2016 |
1.0.0.1 | 837 | 11/7/2015 |