forked from jcosborn/qex
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified MILC RNG to avoid extreme values in Gaussian according to "r…
…ng: avoid extreme values in gaussian jcosborn#8" commit in main branch
- Loading branch information
Curtis Peterson
committed
Jan 12, 2023
1 parent
64ea316
commit c53b9a5
Showing
3 changed files
with
11 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import rng/milcrng_spv # Modified for Pauli-Villars | ||
import rng/milcrng | ||
import rng/mrg32k3a | ||
import rng/distribution | ||
|
||
export milcrng_spv | ||
export milcrng | ||
export mrg32k3a | ||
export distribution |
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