# ingen: Input Generation

## About

This program allows the generation of random inputs for the benchmark
510.parest.

## Usage

To install requirements:
```
virtualenv env
source env/bin/activate
pip install -r requirements.txt
```

To produce a single random input

```
python ingen > $OUTFILE
```

This will create a parameter file that can be used to feed to 510.parest
benchmark.
