On Tue, 09 Dec 2014 00:00:01 +0100, "Jonas 'Sortie' Termansen" wrote:
> POSIX says mrand48 is meant to return signed integers in the interval > [-2^31,2^31), but this code returns an unsigned 32-bit integer value. Which gets cast to a signed integer in that same range... - todd