You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/array/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ The namespace contains the following:
79
79
- <spanclass="signature">[`randu( len[, options] )`][@stdlib/random/array/randu]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing uniformly distributed pseudorandom numbers between `0` and `1`.</span>
80
80
- <spanclass="signature">[`rayleigh( len, sigma[, options] )`][@stdlib/random/array/rayleigh]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Rayleigh distribution.</span>
81
81
- <spanclass="signature">[`t( len, v[, options] )`][@stdlib/random/array/t]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Student's t-distribution.</span>
82
+
- <spanclass="signature">[`tools`][@stdlib/random/array/tools]</span><spanclass="delimiter">: </span><spanclass="description">pseudorandom number generator (PRNG) array creation function tools.</span>
82
83
- <spanclass="signature">[`triangular( len, a, b, c[, options] )`][@stdlib/random/array/triangular]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a triangular distribution.</span>
83
84
- <spanclass="signature">[`uniform( len, a, b[, options] )`][@stdlib/random/array/uniform]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a continuous uniform distribution.</span>
84
85
- <spanclass="signature">[`weibull( len, k, lambda[, options] )`][@stdlib/random/array/weibull]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Weibull distribution.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/tools/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,13 @@ The namespace exports the following:
53
53
54
54
<!-- <toc pattern="*"> -->
55
55
56
+
<divclass="namespace-toc">
57
+
58
+
- <spanclass="signature">[`unaryFactory( prng, idtypes odtypes, policies[, options] )`][@stdlib/random/tools/unary-factory]</span><spanclass="delimiter">: </span><spanclass="description">create a function for generating pseudorandom values drawn from a unary PRNG.</span>
59
+
- <spanclass="signature">[`unary( prng, idtypes odtypes, policies[, options] )`][@stdlib/random/tools/unary]</span><spanclass="delimiter">: </span><spanclass="description">constructor for creating ndarrays filled with pseudorandom values drawn from a unary PRNG.</span>
0 commit comments