| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rho-mu-2.3.1.pom | |
| rho-mu-2.3.1.jar | 28 KB |
| rho-mu-2.3.1-sources.jar | 37 KB |
| rho-mu-2.3.1-javadoc.jar | 458 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |