commons-rng-examples-jmh

commons-rng-examples-jmh

Code for running JMH benchmarks that assess the performance of the generators. Code in this module is not part of the public API.
Files download
File Operation
commons-rng-examples-jmh-1.1.jar download
commons-rng-examples-jmh-1.1.pom download
commons-rng-examples-jmh-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-rng-examples-jmh</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-rng-examples-jmh:1.1'
Gradle Kotlin
implementation("org.apache.commons:commons-rng-examples-jmh:1.1")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-rng-examples-jmh" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-rng-examples-jmh', version='1.1')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-rng-examples-jmh" rev="1.1" />
Leiningen
[org.apache.commons/commons-rng-examples-jmh "1.1"]
Apache Buildr
'org.apache.commons:commons-rng-examples-jmh:jar:1.1'