Skip to content

Commit 4a923f0

Browse files
committed
Update links
1 parent 94e572c commit 4a923f0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/native_math_bugs.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
* [Accuracy of hyperbolic trigonometric functions in V8][@bug:paulmiller:es6-shim:334]
2626
* [ES6 shim accuracy issues][@bug:paulmillr:es6-shim:314]
2727
* [TC39 testing of Math built-ins][@bug:tc39:test262:269]
28+
* [V8 `math.random` PRNG quality][@bug:v8:4566]
2829

29-
* [Non-randomness of `Math.random` in V8][15]
30-
* [V8 fixes `Math.random`][16]
31-
* [V8 patches `Math.random` to return pseudorandom numbers][17]
3230
* [Webkit switched to weak PRNG for speed][18]
3331
* [If `Math.floor` provided `-0`, V8 deoptimizes][19]
3432
* [If `Math.ceil` provided `0`, V8 deoptimizes][20]
@@ -45,6 +43,11 @@
4543
* [Fixit to unify Math.pow implementation in Chrome][31]
4644

4745

46+
## Notes
47+
48+
To search for V8 Math bugs, see [V8 issue tracker][v8-issue-tracker].
49+
50+
4851
<!-- <links> -->
4952

5053
[@bug:v8:3006]: https://bugs.chromium.org/p/v8/issues/detail?id=3006
@@ -70,17 +73,16 @@
7073
[@bug:paulmiller:es6-shim:334]: https://github.com/paulmillr/es6-shim/issues/334
7174
[@bug:paulmillr:es6-shim:314]: https://github.com/paulmillr/es6-shim/issues/314
7275
[@bug:tc39:test262:269]: https://github.com/tc39/test262/pull/269
76+
[@bug:v8:4566]: https://bugs.chromium.org/p/v8/issues/detail?id=4566
77+
78+
[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
7379

74-
[15]: https://medium.com/@betable/tifu-by-using-math-random-f1c308c4fd9d#.pxwdcvikc
75-
[16]: http://hackaday.com/2015/12/28/v8-javascript-fixes-horrible-random-number-generator/
76-
[17]: http://thenextweb.com/google/2015/12/17/google-chromes-javascript-engine-finally-returns-actual-random-numbers/#gref
7780
[18]: https://bugs.chromium.org/p/chromium/issues/detail?id=246054
7881
[19]: https://bugs.chromium.org/p/v8/issues/detail?id=2890
7982
[20]: https://bugs.chromium.org/p/v8/issues/detail?id=4059
8083
[21]: https://bugs.chromium.org/p/v8/issues/detail?id=958
8184
[22]: https://esdiscuss.org/topic/observability-of-nan-distinctions-is-this-a-concern
8285
[23]: https://bugzilla.mozilla.org/show_bug.cgi?id=322529#c99
83-
[24]: http://v8project.blogspot.com/2015/12/theres-mathrandom-and-then-theres.html
8486
[25]: https://bugs.webkit.org/show_bug.cgi?id=151641
8587
[26]: https://bugs.webkit.org/show_bug.cgi?id=40367
8688
[27]: https://bugzilla.mozilla.org/show_bug.cgi?id=969203#c8

0 commit comments

Comments
 (0)