On Sat, Mar 15, 2008 at 11:55:58AM -0400, Greg Troxel wrote:
> In gnuradio-core/src/lib/general/random.h, RNADOM_MAX is defined
> unconditionally:
>
> Recently NetBSD-current has added RANDOM_MAX, for essentially the same
> reason, to parallel with RAND_MAX. (random(3)'s definition is 0 to
> 2**
In gnuradio-core/src/lib/general/random.h, RNADOM_MAX is defined
unconditionally:
Recently NetBSD-current has added RANDOM_MAX, for essentially the same
reason, to parallel with RAND_MAX. (random(3)'s definition is 0 to
2**31-1, so this shouldn't be different).
So, is it ok to commit this patc