Skip to content

Commit 2be408d

Browse files
committed
Add Mozilla issue thread to update Math.random
1 parent 967914b commit 2be408d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/native_math_bugs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@
3838
* [V8 deoptimizes if `Math.ceil` provided `0`][@bug:v8:4059]
3939
* [V8 `Math.round` accuracy][@bug:v8:958]
4040
* [Observability of distinguishable NaNs][@bug:esdiscuss:2013-03-20]
41+
* [After 10 years, Mozilla updates `Math.random`][@bug:mozilla:322529]
4142

4243

43-
* [SpiderMonkey updates `Math.random`][23]
44-
* [V8 blog on xoshirt implementation][24]
4544
* [Webkit bug to use a better PRNG][25]
4645
* [Mobile Safari 32bit Math bug][26]
4746
* [Mozilla optimizations break commutativity][27]
@@ -96,14 +95,14 @@
9695
[@bug:v8:4059]: https://bugs.chromium.org/p/v8/issues/detail?id=4059
9796
[@bug:v8:958]: https://bugs.chromium.org/p/v8/issues/detail?id=958
9897
[@bug:esdiscuss:2013-03-20]: https://esdiscuss.org/topic/observability-of-nan-distinctions-is-this-a-concern
98+
[@bug:mozilla:322529]: https://bugzilla.mozilla.org/show_bug.cgi?id=322529
9999

100100

101101
[v8-issue-tracker]: https://bugs.chromium.org/p/v8/issues/list?can=1&q=math&colspec=ID%20Type%20Status%20Priority%20Owner%20Summary%20HW%20OS%20Component%20Stars&num=100&start=100
102102
[webkit-issue-tracker]: https://bugs.webkit.org/buglist.cgi?quicksearch=math
103103
[mozilla-issue-tracker]: https://bugzilla.mozilla.org/buglist.cgi?quicksearch=math
104104

105105

106-
[23]: https://bugzilla.mozilla.org/show_bug.cgi?id=322529#c99
107106
[25]: https://bugs.webkit.org/show_bug.cgi?id=151641
108107
[26]: https://bugs.webkit.org/show_bug.cgi?id=40367
109108
[27]: https://bugzilla.mozilla.org/show_bug.cgi?id=969203#c8

docs/references/bugs.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,12 @@ @misc{bug:esdiscuss:2013-03-20
299299
year = {2013}
300300
}
301301

302+
@misc{bug:mozilla:322529,
303+
abstract = {},
304+
keywords = {math, firefox, mozilla, chrome, random, rand},
305+
notes = {},
306+
title = {{Upgrade Math.random() to the better XorShift128+ algorithm}},
307+
url = {https://bugzilla.mozilla.org/show_bug.cgi?id=322529},
308+
year = {2006}
309+
}
310+

0 commit comments

Comments
 (0)