From: Nick Bowler Date: Sun, 18 Mar 2012 22:05:05 +0000 (-0400) Subject: Unbreak random array declarators. X-Git-Tag: v1~53 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/d9e803fa14295c584c784c4244aab95de41eefdf?hp=d9e803fa14295c584c784c4244aab95de41eefdf Unbreak random array declarators. 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. ---