Ignore:
Timestamp:
Feb 1, 2011, 10:50:17 AM (15 years ago)
Author:
[email protected]
Message:

2011-02-01 Daniel Bates <[email protected]>

Reviewed by Antonio Gomes.

Modify RandomNumberSeed.h to use USE(MERSENNE_TWISTER_19937)
https://bugs.webkit.org/show_bug.cgi?id=53506

Currently, use of the Mersenne Twister pseudorandom number generator
is hardcoded to the Windows CE port. With the passing of bug #53253,
we can generalize support for this PRNG to all ports that use srand(3)
and rand(3), including Windows CE.

  • wtf/RandomNumberSeed.h: (WTF::initializeRandomNumberGenerator):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r77248 r77260  
     12011-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
    1162011-02-01  Dave Tapuska  <[email protected]>
    217
Note: See TracChangeset for help on using the changeset viewer.