Apache Commons RNG Simple

Simple API for instantiating random numbers generators.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-rng-simple
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Commons RNG Simple
Simple API for instantiating random numbers generators.
Project URL

Project URL

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

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf?p=commons-rng.git/commons-rng-simple

Download commons-rng-simple

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-rng-core jar 1.4

test (2)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.6.1
org.junit.jupiter : junit-jupiter jar 5.7.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.4
1.3
1.2
1.1
1.0