commons-rng-examples

commons-rng-examples

Examples of use of the "Commons RNG" library. Codes in this module and its sub-modules are not part of the library. They provide checking, benchmarking tools to enhance the documentation and to help ensure correctness of the implementations.
Files download
File Operation
commons-rng-examples-1.2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-rng-examples</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-rng-examples:1.2'
Gradle Kotlin
implementation("org.apache.commons:commons-rng-examples:1.2")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-rng-examples" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-rng-examples', version='1.2')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-rng-examples" rev="1.2" />
Leiningen
[org.apache.commons/commons-rng-examples "1.2"]
Apache Buildr
'org.apache.commons:commons-rng-examples:jar:1.2'