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

Лицензия

Лицензия

Группа

Группа

org.apache.commons
Идентификатор

Идентификатор

commons-rng-core
Последняя версия

Последняя версия

1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Apache 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.
Ссылка на сайт

Ссылка на сайт

https://commons.apache.org/proper/commons-rng/commons-rng-core/
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

Скачать commons-rng-core

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-rng-client-api jar 1.4

test (2)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-math3 jar 3.6.1
org.junit.jupiter : junit-jupiter jar 5.7.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.4
1.3
1.2
1.1
1.0