Download uncommons-maths-1.2.2a.jar file

Introduction

You can download uncommons-maths-1.2.2a.jar in this page.

License

Apache License, Version 2.0

Type List

uncommons-maths-1.2.2a.jar file has the following types.

META-INF/MANIFEST.MF
org.uncommons.maths.Maths.class
org.uncommons.maths.binary.BinaryUtils.class
org.uncommons.maths.binary.BitString.class
org.uncommons.maths.binary.package-info.class
org.uncommons.maths.combinatorics.CombinationGenerator.class
org.uncommons.maths.combinatorics.PermutationGenerator.class
org.uncommons.maths.combinatorics.package-info.class
org.uncommons.maths.number.AdjustableNumberGenerator.class
org.uncommons.maths.number.ConstantGenerator.class
org.uncommons.maths.number.NumberGenerator.class
org.uncommons.maths.number.Rational.class
org.uncommons.maths.number.package-info.class
org.uncommons.maths.package-info.class
org.uncommons.maths.random.AESCounterRNG.class
org.uncommons.maths.random.BinomialGenerator.class
org.uncommons.maths.random.CMWC4096RNG.class
org.uncommons.maths.random.CellularAutomatonRNG.class
org.uncommons.maths.random.ContinuousUniformGenerator.class
org.uncommons.maths.random.DefaultSeedGenerator.class
org.uncommons.maths.random.DevRandomSeedGenerator.class
org.uncommons.maths.random.DiehardInputGenerator.class
org.uncommons.maths.random.DiscreteUniformGenerator.class
org.uncommons.maths.random.ExponentialGenerator.class
org.uncommons.maths.random.GaussianGenerator.class
org.uncommons.maths.random.JavaRNG.class
org.uncommons.maths.random.MersenneTwisterRNG.class
org.uncommons.maths.random.PoissonGenerator.class
org.uncommons.maths.random.Probability.class
org.uncommons.maths.random.RandomDotOrgSeedGenerator.class
org.uncommons.maths.random.RepeatableRNG.class
org.uncommons.maths.random.SecureRandomSeedGenerator.class
org.uncommons.maths.random.SeedException.class
org.uncommons.maths.random.SeedGenerator.class
org.uncommons.maths.random.XORShiftRNG.class
org.uncommons.maths.random.package-info.class
org.uncommons.maths.statistics.DataSet.class
org.uncommons.maths.statistics.EmptyDataSetException.class
org.uncommons.maths.statistics.package-info.class

Pom

uncommons-maths-1.2.2a.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <name>Uncommons Maths</name>
    <groupId>org.uncommons.maths</groupId>
    <artifactId>uncommons-maths</artifactId>
    <version>1.2.2a</version>
    <packaging>jar</packaging>
    <url>http://maths.uncommons.org/</url>
    <description>Random number generators, probability distributions, combinatorics and statistics for Java.</description>
    <scm>
        <connection>scm:git:git://github.com/dwdyer/uncommons-maths.git</connection>
        <developerConnection>scm:git:git@github.com:dwdyer/uncommons-maths.git</developerConnection>
        <url>http://github.com/dwdyer/uncommons-maths</url>
    </scm>
    <developers>
        <developer>
            <id>dwdyer</id>
            <name>Dan Dyer</name>
        </developer>
    </developers>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <dependencies>
        <dependency>
            <groupId>jfree</groupId>
            <artifactId>jcommon</artifactId>
            <version>1.0.12</version>
        </dependency>
        <dependency>
            <groupId>jfree</groupId>
            <artifactId>jfreechart</artifactId>
            <version>1.0.8a</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.uncommons.maths</groupId>
   <artifactId>uncommons-maths</artifactId>
   <version>1.2.2a</version>
</dependency>

Download

If you think the following uncommons-maths-1.2.2a.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download uncommons-maths-1.2.2a.jar file




PreviousNext

Related