]> git.draconx.ca Git - cdecl99.git/commitdiff
Unbreak random array declarators.
authorNick Bowler <nbowler@draconx.ca>
Sun, 18 Mar 2012 22:05:05 +0000 (18:05 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 18 Mar 2012 22:05:05 +0000 (18:05 -0400)
Passing really big values to gsl_rng_uniform_int is not supported by the
library.  Instead, add a function to generate any possible uintmax_t
value uniformly at random.


No differences found