[Webkit-unassigned] [Bug 53508] New: Add support for the Mersenne Twister PRNG on platforms that don't use srand(3) and rand(3)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 1 10:05:29 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53508
Summary: Add support for the Mersenne Twister PRNG on platforms
that don't use srand(3) and rand(3)
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dbates at webkit.org
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).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list