Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 417 Bytes

Statistics library

A simple library providing descriptive statistics and pseudo random generators.

Pepe Gallardo, 2023

Requirements

Requires JDK 17 or higher.

Usage

If you are using Maven, the following dependency can be added to your project:

    <dependency>
    	<groupId>es.uma.lcc.caesium</groupId>
    	<artifactId>statistics</artifactId>
  	<version>1.0.0</version>
    </dependency>