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.3.jar download
commons-rng-core-1.3.pom download
commons-rng-core-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-rng-core</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-rng-core:1.3'
Gradle Kotlin
implementation("org.apache.commons:commons-rng-core:1.3")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-rng-core" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-rng-core', version='1.3')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-rng-core" rev="1.3" />
Leiningen
[org.apache.commons/commons-rng-core "1.3"]
Apache Buildr
'org.apache.commons:commons-rng-core:jar:1.3'