Bug 53508
Summary: | Add support for the Mersenne Twister PRNG on platforms that don't use srand(3) and rand(3) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> |
Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Daniel Bates
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).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Daniel Bates
This bug is invalid as per Patrick Gansterer's comment on bug #53506 <https://bugs.webkit.org/show_bug.cgi?id=53506#c5>.