From: Colin Finck Date: Fri, 4 Sep 2015 14:03:00 +0000 (+0000) Subject: [SKIPLIST] X-Git-Tag: backups/colins-printing-for-freedom@73041~5 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=37f713c79d74b5aa84b9eb6154befae7f1133ea0;hp=37f713c79d74b5aa84b9eb6154befae7f1133ea0 [SKIPLIST] The Park-Miller Lehmer Random Number Generator only outputs 31 uniformly distributed random bits. Bit 32 is always zero. Fix the code accordingly. This limits the maximum number of Skiplist levels to 31, but we only use 16 anyway so far. svn path=/branches/colins-printing-for-freedom/; revision=68991 ---