RandPCG v0.1.1 mix gen View Source

Generates random numbers at the command line.

Example: Using the NIST Statistical Test Suite

  1. Download & install the suite: http://csrc.nist.gov/groups/ST/toolkit/rng/documentation_software.html
  2. mix gen :nist 100000 > random.txt
  3. 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

Link to this function generate_random_32(count) View Source

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.