Module org.cicirello.rho_mu
ρμ - A Java library of randomization enhancements and other math utilities.
The ρμ 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.
-
-
Packages
Exports Package Description org.cicirello.math Collection of classes related to a variety of mathematical concepts.org.cicirello.math.la Collection of classes related to linear algebra.org.cicirello.math.rand Collection of classes related to random number generation.org.cicirello.math.stats Collection of classes related to statistics.
-