MVN

org.cicirello : ziggurat

Maven & Gradle

Dec 01, 2022
6 stars

Ziggurat Gaussian · 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's 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.

<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>ziggurat</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cicirello : ziggurat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of org.cicirello : ziggurat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ziggurat-1.0.5
ziggurat-1.0.4
ziggurat-1.0.3
ziggurat-1.0.2
ziggurat-1.0.1
ziggurat-1.0.0

How to add a dependency to Maven

Add the following org.cicirello : ziggurat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>ziggurat</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cicirello : ziggurat gradle dependency to your build.gradle file:

implementation 'org.cicirello:ziggurat:1.0.5'

Gradle Kotlin DSL: Add the following org.cicirello : ziggurat gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cicirello:ziggurat:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cicirello : ziggurat sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cicirello" % "ziggurat" % "1.0.5"

Advertisement

Dependencies from Group

Jul 28, 2023
3 usages
48 stars
jpt
May 30, 2023
2 usages
8 stars
Jun 11, 2023
2 usages
1 stars
Apr 21, 2023
2 usages
0 stars
Aug 02, 2023
2 stars

Discover Dependencies

Feb 10, 2023
7 usages
453 stars
Sep 05, 2022
3 usages
2 stars
May 28, 2023
4 usages
0 stars
Oct 22, 2020
2 usages
0 stars
Oct 20, 2020
6 usages
0 stars
Nov 05, 2020
0 stars
Apr 14, 2021
2 usages
50 stars
Jun 13, 2023
1 usages
739 stars