commons-rng-examples-sampling

commons-rng-examples-sampling

Contains examples of output from the samplers. Code in this module is not part of the public API.
Files download
File Operation
commons-rng-examples-sampling-1.3.jar download
commons-rng-examples-sampling-1.3.pom download
commons-rng-examples-sampling-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-rng-examples-sampling</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-rng-examples-sampling:1.3'
Gradle Kotlin
implementation("org.apache.commons:commons-rng-examples-sampling:1.3")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-rng-examples-sampling" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-rng-examples-sampling', version='1.3')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-rng-examples-sampling" rev="1.3" />
Leiningen
[org.apache.commons/commons-rng-examples-sampling "1.3"]
Apache Buildr
'org.apache.commons:commons-rng-examples-sampling:jar:1.3'