MVN

org.cicirello : rho-mu

Maven & Gradle

Jun 11, 2023
2 usages
1 stars

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.

<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>rho-mu</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cicirello : rho-mu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of org.cicirello : rho-mu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
rho-mu-3.1.1
rho-mu-3.1.0
3.0.x
rho-mu-3.0.4
rho-mu-3.0.3
rho-mu-3.0.2
rho-mu-3.0.1
rho-mu-3.0.0
2.5.x
rho-mu-2.5.0
2.4.x
rho-mu-2.4.2
rho-mu-2.4.1
rho-mu-2.4.0
2.3.x
rho-mu-2.3.2
rho-mu-2.3.1
rho-mu-2.3.0
2.2.x
rho-mu-2.2.0
2.1.x
rho-mu-2.1.0
2.0.x
rho-mu-2.0.0
1.2.x
rho-mu-1.2.0
1.1.x
rho-mu-1.1.0
1.0.x
rho-mu-1.0.0

How to add a dependency to Maven

Add the following org.cicirello : rho-mu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>rho-mu</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cicirello : rho-mu gradle dependency to your build.gradle file:

implementation 'org.cicirello:rho-mu:3.1.1'

Gradle Kotlin DSL: Add the following org.cicirello : rho-mu gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cicirello:rho-mu:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cicirello : rho-mu sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cicirello" % "rho-mu" % "3.1.1"

Advertisement

Dependencies from Group

Jul 28, 2023
3 usages
48 stars
jpt
May 30, 2023
2 usages
8 stars
Jun 11, 2023
2 usages
1 stars
Apr 21, 2023
2 usages
0 stars
Aug 02, 2023
2 stars

Discover Dependencies

Oct 25, 2022
Sep 21, 2021
1 usages
23 stars
Sep 25, 2021
106 stars
Sep 25, 2021
1 usages
106 stars
Aug 24, 2022
0 stars
Aug 23, 2023
7 stars
Nov 11, 2021
13 stars
Jul 31, 2022
9 stars