Status: New
Owner: ----

New issue 864 by aba...@chromium.org: math.random() should use an independent seed for each context
http://code.google.com/p/v8/issues/detail?id=864

math.random can leak information about the PRNG state from one context to another, which is unpleasant. If we keep a separate seed and PRNG state for each context, we won't have that problem.

--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to