Apache 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.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-rng-examples
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

pom
Description

Description

Apache 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.
Project URL

Project URL

https://commons.apache.org/proper/commons-rng/commons-rng-examples/
Project Organization

Project Organization

The Apache Software Foundation

Download commons-rng-examples

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples/ -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-rng-examples</artifactId>
    <version>1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples/
implementation 'org.apache.commons:commons-rng-examples:1.3'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples/
implementation ("org.apache.commons:commons-rng-examples:1.3")
'org.apache.commons:commons-rng-examples:pom:1.3'
<dependency org="org.apache.commons" name="commons-rng-examples" rev="1.3">
  <artifact name="commons-rng-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rng-examples', version='1.3')
)
libraryDependencies += "org.apache.commons" % "commons-rng-examples" % "1.3"
[org.apache.commons/commons-rng-examples "1.3"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • examples-stress
  • examples-sampling
  • examples-quadrature
  • examples-jmh
  • examples-jpms

Versions

Version
1.3
1.2
1.1
1.0