rayleigh-random:从瑞利分布生成随机抽奖

时间:2024-05-31 08:27:46
【文件属性】:

文件名称:rayleigh-random:从瑞利分布生成随机抽奖

文件大小:19KB

文件格式:ZIP

更新时间:2024-05-31 08:27:46

JavaScript

瑞利随机变量 创建一个或数组,其中填充了来自的。 安装 $ npm install distributions-rayleigh-random 要在浏览器中使用,请使用 。 用法 var random = require ( 'distributions-rayleigh-random' ) ; random([dims] [,opts]) 创建一个或填充了来自Rayleigh分布的绘图。 dims参数可以是指定length的正integer也可以是指定尺寸的正integers array 。 如果未提供dims参数,则该函数从Rayleigh分布返回一个随机抽奖。 var out ; // Set seed random . seed = 2 ; out = random ( 5 ) ; // returns [ ~1.683, ~1.603, ~0.473, ~1.485, ~


【文件预览】:
rayleigh-random-master
----.travis.yml(154B)
----.jshintignore(118B)
----package.json(2KB)
----test()
--------test.array.js(3KB)
--------test.matrix.js(3KB)
--------test.number.js(3KB)
--------test.typedarray.js(3KB)
--------test.validate.js(2KB)
----LICENSE(1KB)
----TODO.md(11B)
----.npmignore(498B)
----examples()
--------index.js(674B)
----.gitignore(1KB)
----lib()
--------index.js(3KB)
--------recurse.js(705B)
--------arrayarray.js(652B)
--------number.js(588B)
--------partial.js(932B)
--------typedarray.js(1KB)
--------array.js(805B)
--------matrix.js(757B)
--------validate.js(2KB)
----Makefile(2KB)
----README.md(6KB)
----.jshintrc(1KB)
----.editorconfig(169B)
----.gitattributes(12B)

网友评论