Difference between revisions of "Javascript Resources"

From Simson Garfinkel
Jump to navigationJump to search
(Created page with "==Neat jsfiddles== * http://jsfiddle.net/KkDVr/2/ - Noise generation, showing on a canvas")
 
m
Line 1: Line 1:
==Neat jsfiddles==
==Random Numbers==
Especially Laplace distributions...
 
 
* http://jsfiddle.net/KkDVr/2/ - Noise generation, showing on a canvas
* 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/

Revision as of 07:48, 17 September 2017