License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-rng-core |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons RNG Core
Pure Java implementations of random numbers generator algorithms.
Code in this module should not be used directly by applications; please use
the client interface defined in module "commons-rng-client-api" and the factory
methods defined in module "commons-rng-simple". In a future release, modularization
may be enforced through JPMS access restrictions.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-rng-core-1.4.pom | |
commons-rng-core-1.4.jar | 82 KB |
commons-rng-core-1.4-tests.jar | 243 KB |
commons-rng-core-1.4-test-sources.jar | 190 KB |
commons-rng-core-1.4-sources.jar | 114 KB |
commons-rng-core-1.4-javadoc.jar | 736 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rng-core/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-core</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-core/
implementation 'org.apache.commons:commons-rng-core:1.4'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-core/
implementation ("org.apache.commons:commons-rng-core:1.4")
'org.apache.commons:commons-rng-core:jar:1.4'
<dependency org="org.apache.commons" name="commons-rng-core" rev="1.4">
<artifact name="commons-rng-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rng-core', version='1.4')
)
libraryDependencies += "org.apache.commons" % "commons-rng-core" % "1.4"
[org.apache.commons/commons-rng-core "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-rng-client-api | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-math3 | jar | 3.6.1 |
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |