Changeset 77260 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Feb 1, 2011, 10:50:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r77248 r77260 1 2011-02-01 Daniel Bates <[email protected]> 2 3 Reviewed by Antonio Gomes. 4 5 Modify RandomNumberSeed.h to use USE(MERSENNE_TWISTER_19937) 6 https://bugs.webkit.org/show_bug.cgi?id=53506 7 8 Currently, use of the Mersenne Twister pseudorandom number generator 9 is hardcoded to the Windows CE port. With the passing of bug #53253, 10 we can generalize support for this PRNG to all ports that use srand(3) 11 and rand(3), including Windows CE. 12 13 * wtf/RandomNumberSeed.h: 14 (WTF::initializeRandomNumberGenerator): 15 1 16 2011-02-01 Dave Tapuska <[email protected]> 2 17
Note:
See TracChangeset
for help on using the changeset viewer.