文件名称:laplace-random:从拉普拉斯(双指数)分布生成随机抽奖
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-31 02:26:18
JavaScript
拉普拉斯随机变量 创建一个或数组,其中填充了来自。 安装 $ npm install distributions-laplace-random 要在浏览器中使用,请使用 。 用法 var random = require ( 'distributions-laplace-random' ) ; random([dims] [,opts]) 创建一个或填充了来自的绘图。 dims参数可以是指定length的正integer也可以是指定尺寸的正integers array 。 如果未提供dims参数,则该函数从Laplace分布返回一个随机抽奖。 var out ; // Set seed random . seed = 2 ; out = random ( 5 ) ; // returns [ ~-0.723, ~-0.592, ~1.554, -0.41, ~-1.322 ] ou
【文件预览】:
laplace-random-master
----.gitignore(1KB)
----README.md(6KB)
----test()
--------test.validate.js(3KB)
--------test.number.js(3KB)
--------test.array.js(2KB)
--------test.matrix.js(3KB)
--------test.typedarray.js(2KB)
----examples()
--------index.js(674B)
----LICENSE(1KB)
----.gitattributes(12B)
----.jshintrc(1KB)
----package.json(2KB)
----.jshintignore(118B)
----TODO.md(11B)
----.npmignore(498B)
----.travis.yml(154B)
----.editorconfig(169B)
----Makefile(2KB)
----lib()
--------typedarray.js(1KB)
--------partial.js(1KB)
--------number.js(685B)
--------matrix.js(793B)
--------array.js(841B)
--------arrayarray.js(688B)
--------index.js(3KB)
--------validate.js(2KB)
--------recurse.js(708B)