Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To test the RNG, we just pipe the output of the script to test
`testu01_gateway` executable in the docker image:

```bash
python3 test_rng_example.py | docker run -it blep/TESTU01_gateway:latest --smallcrunch
python3 test_rng_example.py | docker run --rm -it blep/test01:latest --small-crush
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be even better if there was one step (build docker image) before this instruction. Then, one could use the correct image name and only had to copy paste these instructions.

```

## Command-line
Expand Down Expand Up @@ -80,4 +80,4 @@ mkdir build && cd build && cmake -G "Unix Makefiles" .. && make

Content of this repository has the MIT license.

It relies on TestU01 library that has owns [license](http://simul.iro.umontreal.ca/testu01/copyright.html).
It relies on TestU01 library that has its own [license](http://simul.iro.umontreal.ca/testu01/copyright.html).