is not current version
Last Version 2.3.1

org.cicirello:rho-mu 2.1.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.

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

rho-mu
Version

Version

2.1.0
Type

Type

jar

Download rho-mu 2.1.0


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