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