u

uncommons-maths

Random number generators, probability distributions, combinatorics and statistics for Java.
http://maths.uncommons.org/
Apache License, Version 2.0
Dan Dyer
Files download
File Operation
uncommons-maths-1.2.jar download
uncommons-maths-1.2.pom download
uncommons-maths-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.uncommons.maths</groupId>
  <artifactId>uncommons-maths</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.uncommons.maths:uncommons-maths:1.2'
Gradle Kotlin
implementation("org.uncommons.maths:uncommons-maths:1.2")
Scala SBT
libraryDependencies += "org.uncommons.maths" % "uncommons-maths" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.uncommons.maths', module='uncommons-maths', version='1.2')
)
Apache Ivy
<dependency org="org.uncommons.maths" name="uncommons-maths" rev="1.2" />
Leiningen
[org.uncommons.maths/uncommons-maths "1.2"]
Apache Buildr
'org.uncommons.maths:uncommons-maths:jar:1.2'
Dependencies
The project has no third-party dependencies