Bug 53508 - Add support for the Mersenne Twister PRNG on platforms that don't use srand(3) and rand(3)
Summary: Add support for the Mersenne Twister PRNG on platforms that don't use srand(3...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 10:05 PST by Daniel Bates
Modified: 2011-02-01 10:30 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-02-01 10:05:29 PST
We should add support for the Mersenne Twister PRNG on platforms that don't use the Standard C library implementation of srand() and rand().

As of 02/01/2011, the Apple Mac; Apple Windows; Brew MP; and UNIX ports do not support the Mersenne Twister PRNG because they use platform-specific alternatives to srand(3) and rand(3).
Comment 1 Daniel Bates 2011-02-01 10:30:43 PST
This bug is invalid as per Patrick Gansterer's comment on bug #53506 <https://bugs.webkit.org/show_bug.cgi?id=53506#c5>.