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.3.jar download
uncommons-maths-1.2.3.pom download
uncommons-maths-1.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gatling.uncommons.maths</groupId>
  <artifactId>uncommons-maths</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'io.gatling.uncommons.maths:uncommons-maths:1.2.3'
Gradle Kotlin
implementation("io.gatling.uncommons.maths:uncommons-maths:1.2.3")
Scala SBT
libraryDependencies += "io.gatling.uncommons.maths" % "uncommons-maths" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='io.gatling.uncommons.maths', module='uncommons-maths', version='1.2.3')
)
Apache Ivy
<dependency org="io.gatling.uncommons.maths" name="uncommons-maths" rev="1.2.3" />
Leiningen
[io.gatling.uncommons.maths/uncommons-maths "1.2.3"]
Apache Buildr
'io.gatling.uncommons.maths:uncommons-maths:jar:1.2.3'