On Fri, Apr 10, 2009 at 05:10:57PM +0200, Diego Biurrun wrote:
> +#define LFG_MAX ((1ULL << 32) - 1)
Oh well, changing 1ULL to 1LL here is the simplest solution.
> +
> int main(void)
> {
> + AVLFG prn;
prn seems a bit badly chosen. prng would be the usual abbreviation.