Skip to content

org.cicirello.rho-mu 4.2.0 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>org.cicirello</groupId>
  <artifactId>rho-mu</artifactId>
  <version>4.2.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

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.