Skip to content

Commit e81311c

Browse files
authored
Merge pull request #5 from cicirello/development
Update .zenodo.json
2 parents e8f4278 + 764080f commit e81311c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.zenodo.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
"Ziggurat",
1313
"Gaussian",
1414
"Java"
15-
],
16-
"description": "Java implementation of the Ziggurat algorithm for generating Gaussian distributed pseudorandom numbers. The Ziggurat algorithm is significantly faster than the more commonly encountered Polar method, and has some other desirable statistical properties. The ZigguratGaussian class is a Java port of the GNU Scientific Library C implementation (Voss, 2005) of the Ziggurat method. In porting to Java, we have made several optimizations, the details of which can be found in the source code comments, which highlights any differences between this Java implementation and the C implementation on which it is based. This package also includes an implementation of the Polar Method, included to enable comparing speed advantage of the Ziggurat algorithm."
17-
}
15+
]
16+
}

0 commit comments

Comments
 (0)