-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- New random shift source (based on Colin Green's XorShift algorithm)
- Fix on Box Muller transform - Tests on distribution for Gaussian and Uniform samples
- Loading branch information
Showing
6 changed files
with
467 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<packages> | ||
<package id="Accord" version="3.0.2" targetFramework="net35" /> | ||
<package id="Accord.Math" version="3.0.2" targetFramework="net35" /> | ||
<package id="Accord.Statistics" version="3.0.2" targetFramework="net35" /> | ||
<package id="coveralls.net" version="0.6.0" targetFramework="net4" /> | ||
<package id="MathNet.Numerics" version="3.11.0" targetFramework="net35" /> | ||
<package id="NUnit" version="3.0.1" targetFramework="net35" /> | ||
<package id="OpenCover" version="4.6.166" targetFramework="net4" /> | ||
<package id="TaskParallelLibrary" version="1.0.2856.0" targetFramework="net35" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.