rho mu

The rho mu library is a library of Randomization enHancements and Other Math Utilities. It includes implementations of various algorithms for randomly sampling indexes into arrays and other sequential structures, randomly sampling pairs and triples of unique indexes, randomly sampling k indexes, etc. It also includes efficient implementations of random number generation from distributions other than uniform, such as Gaussian, Cauchy, etc. Additionally, it includes implementations of other math functions that are either needed by the randomization utilities, or needed by some of our other projects.

Лицензия

Лицензия

Группа

Группа

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

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

rho-mu
Последняя версия

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

2.3.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

rho mu
The rho mu library is a library of Randomization enHancements and Other Math Utilities. It includes implementations of various algorithms for randomly sampling indexes into arrays and other sequential structures, randomly sampling pairs and triples of unique indexes, randomly sampling k indexes, etc. It also includes efficient implementations of random number generation from distributions other than uniform, such as Gaussian, Cauchy, etc. Additionally, it includes implementations of other math functions that are either needed by the randomization utilities, or needed by some of our other projects.
Ссылка на сайт

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

https://rho-mu.cicirello.org/
Организация-разработчик

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

Cicirello.Org
Система контроля версий

Система контроля версий

http://github.com/cicirello/rho-mu/tree/main

Скачать rho-mu

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

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

Зависимости

test (1)

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

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

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

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

Версия
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.2.0
1.1.0
1.0.0