Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:rand

420         values that rand() might return. This problem was particularly pronounced on Windows because
421 the range of values returned by rand() on Windows is 2^16 smaller than the range of values
422 return by rand() on Mac.
425 a range that's equal to rand()'s range on Mac.