benchmark.app

Simple speed shootout benchmark between the generators implemented in this package and the default phobos random number generator.

Usage:

1 dxorshift_benchmark [-n N] [--seed S]
2 
3          -n  specify number of calls to the RNG
4              in the benchmark; if not specified,
5              10 ^^ 9 will be used by default

benchmarked RNGS; if not specified, an unpredictable seed will be used.

Meta