Packages

Pure random data generation, appropriate for realistic simulations

Current section

Files

Jump to
minigen README.md
Raw

README.md

# minigen
A Gleam project
## Quick start
```sh
# Run the eunit tests
rebar3 eunit
# Run the Erlang REPL
rebar3 shell
```
## Installation
If [available in Hex](https://rebar3.org/docs/configuration/dependencies/#declaring-dependencies)
this package can be installed by adding `minigen` to your `rebar.config` dependencies:
```erlang
{deps, [
minigen
]}.
```