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