Difference between revisions of "Javascript Resources"
From Simson Garfinkel
Jump to navigationJump to search
m (→Books) |
m |
||
Line 10: | Line 10: | ||
==Blog Posts== | ==Blog Posts== | ||
* https://dmitripavlutin.com/how-three-dots-changed-javascript/ | * https://dmitripavlutin.com/how-three-dots-changed-javascript/ | ||
==Cool Stuff== | |||
* https://timeline.knightlab.com/ - Open source JavaScript timelines | |||
==Random Numbers== | ==Random Numbers== |
Revision as of 18:22, 27 November 2018
Becoming a better JavaScript developer:
Books
Blog Posts
Cool Stuff
- https://timeline.knightlab.com/ - Open source JavaScript timelines
Random Numbers
Especially Laplace distributions...
- http://jsfiddle.net/KkDVr/2/ - Noise generation, showing on a canvas
- http://jsfiddle.net/Xotic750/DXXhs/ — Gaussian distribution
Probability distributions for JavaScript:
- http://statisticsblog.com/probability-distributions/#laplace
- https://www.npmjs.com/package/probability-distributions
- https://github.com/Mattasher/probability-distributions
Comments on how random numbers work in web browsers:
- https://bocoup.com/blog/random-numbers
- http://simjs.com/random.html
- http://mathjs.org/docs/reference/functions/random.html
- https://www.filosophy.org/post/35/normaldistributed_random_values_in_javascript_using_the_ziggurat_algorithm/
Graphing: