Fix off-by one bug in mprand_range. Probably security critical: the old
authormdw <mdw>
Mon, 7 May 2001 17:31:19 +0000 (17:31 +0000)
committermdw <mdw>
Mon, 7 May 2001 17:31:19 +0000 (17:31 +0000)
commit7246869f7bf4069fd46eaa78fde65d0879dbfdcd
treed7dbf1cbeacc53270b044538907814048a7394cb
parent2685767a6125c1620719c7de6234aedf41857b7e
Fix off-by one bug in mprand_range.  Probably security critical: the old
code generated numbers between zero and the highest power of 2 less than
the given range.
mprand.c