RandPCG v0.1.1 mix gen View Source
Generates random numbers at the command line.
Example: Using the NIST Statistical Test Suite
- Download & install the suite: http://csrc.nist.gov/groups/ST/toolkit/rng/documentation_software.html
mix gen :nist 100000 > random.txt
- Run the suite using
random.txt
Link to this section Summary
Functions
A task needs to implement run
which receives
a list of command line args
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.