commons-rng-core

commons-rng-core

Pure Java implementations of random numbers generator algorithms. Code in this module should not be used directly by applications; please use the client interface defined in module "commons-rng-client-api" and the factory methods defined in module "commons-rng-simple". In a future release, modularization may be enforced through JPMS access restrictions.
Files download
File Operation
commons-rng-core-1.5.jar download
commons-rng-core-1.5.pom download
commons-rng-core-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-rng-core</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-rng-core:1.5'
Gradle Kotlin
implementation("org.apache.commons:commons-rng-core:1.5")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-rng-core" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-rng-core', version='1.5')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-rng-core" rev="1.5" />
Leiningen
[org.apache.commons/commons-rng-core "1.5"]
Apache Buildr
'org.apache.commons:commons-rng-core:jar:1.5'