benchmark.app

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

Usage:

dxorshift_benchmark [-n N] [--seed S]

          -n  specify number of calls to the RNG
              in the benchmark; if not specified,
              10 ^^ 9 will be used by default

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

Members

Functions

main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta