is not current version
Last Version 2.3.1

rho mu 1.2.0

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.

License

License

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

rho-mu
Version

Version

1.2.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://rho-mu.cicirello.org/
Project Organization

Project Organization

Cicirello.Org
Source Code Management

Source Code Management

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

Download rho-mu 1.2.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.13.2

Project Modules

There are no modules declared in this project.