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

The library is available on [Hex](https://hex.pm/packages/gleam_stats) so it can be added to your Gleam project by simply running:

```sh
gleam add gleam_stats
```

## Development

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