README.md

# gleam_stats

A Gleam library for generating and working with random numbers, distributions and statistics. The repository is available on [Github](https://github.com/nicklasxyz/gleam_stats) while the documentation is hosted on:
- [HexDocs](https://hexdocs.pm/gleam_stats/)

## Installation

If available on Hex this package can be added to your Gleam project:

```sh
gleam add gleam_stats
```

## Development

```sh
gleam test       # Run the tests
gleam build docs # Build docs
```