org.openuni.math.rand.core

random number generators

Leiningen/Boot

[org.openuni.math.rand.core "0.0.1"]

Clojure CLI/deps.edn

org.openuni.math.rand.core/org.openuni.math.rand.core {:mvn/version "0.0.1"}

Gradle

implementation("org.openuni.math.rand.core:org.openuni.math.rand.core:0.0.1")

Maven

<dependency>
  <groupId>org.openuni.math.rand.core</groupId>
  <artifactId>org.openuni.math.rand.core</artifactId>
  <version>0.0.1</version>
</dependency>