r

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.
https://rho-mu.cicirello.org/
GPL-3.0-or-later
Cicirello.Org
Vincent A Cicirello
文件下载
文件名 操作
rho-mu-4.0.0.jar 下载
rho-mu-4.0.0.pom 下载
rho-mu-4.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.cicirello</groupId>
  <artifactId>rho-mu</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.cicirello:rho-mu:4.0.0'
Gradle Kotlin
implementation("org.cicirello:rho-mu:4.0.0")
Scala SBT
libraryDependencies += "org.cicirello" % "rho-mu" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cicirello', module='rho-mu', version='4.0.0')
)
Apache Ivy
<dependency org="org.cicirello" name="rho-mu" rev="4.0.0" />
Leiningen
[org.cicirello/rho-mu "4.0.0"]
Apache Buildr
'org.cicirello:rho-mu:jar:4.0.0'