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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ A total of 10 issues were closed in this release:
168
168
169
169
<details>
170
170
171
+
-[`f79b9dd`](https://github.com/stdlib-js/stdlib/commit/f79b9dd302d7278cb14028a3e847293a83403cf9) - **docs:** fix and regenerate `random` namespace README _(by Philipp Burckhardt)_
171
172
-[`68446dc`](https://github.com/stdlib-js/stdlib/commit/68446dcb55d7b08e39baf6efae7ba5ba038c923f) - **docs:** update namespace table of contents [(#9848)](https://github.com/stdlib-js/stdlib/pull/9848)_(by stdlib-bot)_
172
173
-[`0472076`](https://github.com/stdlib-js/stdlib/commit/04720767c484e6277ad9411dff3dc5a116c31378) - **docs:** remove duplicated words in documentation and comments _(by Philipp Burckhardt)_
- <spanclass="signature">[`arcsine( shape, a, b[, options] )`][@stdlib/random/arcsine]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from an arcsine distribution.</span>
95
+
- <spanclass="signature">[`bernoulli( shape, p[, options] )`][@stdlib/random/bernoulli]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Bernoulli distribution.</span>
96
+
- <spanclass="signature">[`beta( shape, a, b[, options] )`][@stdlib/random/beta]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a beta distribution.</span>
97
+
- <spanclass="signature">[`betaprime( shape, alpha, beta[, options] )`][@stdlib/random/betaprime]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a betaprime distribution.</span>
98
+
- <spanclass="signature">[`binomial( shape, n, p[, options] )`][@stdlib/random/binomial]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a binomial distribution.</span>
99
+
- <spanclass="signature">[`cauchy( shape, x0, gamma[, options] )`][@stdlib/random/cauchy]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Cauchy distribution.</span>
100
+
- <spanclass="signature">[`chi( shape, k[, options] )`][@stdlib/random/chi]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a chi distribution.</span>
101
+
- <spanclass="signature">[`chisquare( shape, k[, options] )`][@stdlib/random/chisquare]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a chi-square distribution.</span>
102
+
- <spanclass="signature">[`cosine( shape, mu, s[, options] )`][@stdlib/random/cosine]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a raised cosine distribution.</span>
103
+
- <spanclass="signature">[`discreteUniform( shape, a, b[, options] )`][@stdlib/random/discrete-uniform]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a discrete uniform distribution.</span>
104
+
- <spanclass="signature">[`erlang( shape, k, lambda[, options] )`][@stdlib/random/erlang]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from an Erlang distribution.</span>
105
+
- <spanclass="signature">[`exponential( shape, lambda[, options] )`][@stdlib/random/exponential]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from an exponential distribution.</span>
106
+
- <spanclass="signature">[`f( shape, d1, d2[, options] )`][@stdlib/random/f]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from an F distribution.</span>
107
+
- <spanclass="signature">[`frechet( shape, alpha, s, m[, options] )`][@stdlib/random/frechet]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Fréchet distribution.</span>
108
+
- <spanclass="signature">[`gamma( shape, alpha, beta[, options] )`][@stdlib/random/gamma]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a gamma distribution.</span>
109
+
- <spanclass="signature">[`geometric( shape, p[, options] )`][@stdlib/random/geometric]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a geometric distribution.</span>
110
+
- <spanclass="signature">[`gumbel( shape, mu, beta[, options] )`][@stdlib/random/gumbel]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Gumbel distribution.</span>
111
+
- <spanclass="signature">[`hypergeometric( shape, N, K, n[, options] )`][@stdlib/random/hypergeometric]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a hypergeometric distribution.</span>
112
+
- <spanclass="signature">[`invgamma( shape, alpha, beta[, options] )`][@stdlib/random/invgamma]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from an inverse gamma distribution.</span>
113
+
- <spanclass="signature">[`kumaraswamy( shape, a, b[, options] )`][@stdlib/random/kumaraswamy]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Kumaraswamy distribution.</span>
114
+
- <spanclass="signature">[`laplace( shape, mu, b[, options] )`][@stdlib/random/laplace]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Laplace (double exponential) distribution.</span>
115
+
- <spanclass="signature">[`levy( shape, mu, c[, options] )`][@stdlib/random/levy]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Lévy distribution.</span>
116
+
- <spanclass="signature">[`logistic( shape, mu, s[, options] )`][@stdlib/random/logistic]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a logistic distribution.</span>
117
+
- <spanclass="signature">[`lognormal( shape, mu, sigma[, options] )`][@stdlib/random/lognormal]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a lognormal distribution.</span>
118
+
- <spanclass="signature">[`negativeBinomial( shape, r, p[, options] )`][@stdlib/random/negative-binomial]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a negative binomial distribution.</span>
119
+
- <spanclass="signature">[`normal( shape, mu, sigma[, options] )`][@stdlib/random/normal]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a normal distribution.</span>
120
+
- <spanclass="signature">[`pareto1( shape, alpha, beta[, options] )`][@stdlib/random/pareto-type1]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Pareto (Type I) distribution.</span>
121
+
- <spanclass="signature">[`poisson( shape, lambda[, options] )`][@stdlib/random/poisson]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Poisson distribution.</span>
122
+
- <spanclass="signature">[`rayleigh( shape, sigma[, options] )`][@stdlib/random/rayleigh]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Rayleigh distribution.</span>
123
+
- <spanclass="signature">[`t( shape, v[, options] )`][@stdlib/random/t]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Student's t-distribution.</span>
124
+
- <spanclass="signature">[`triangular( shape, a, b, c[, options] )`][@stdlib/random/triangular]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a triangular distribution.</span>
125
+
- <spanclass="signature">[`uniform( shape, a, b[, options] )`][@stdlib/random/uniform]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a continuous uniform distribution.</span>
126
+
- <spanclass="signature">[`weibull( shape, k, lambda[, options] )`][@stdlib/random/weibull]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Weibull distribution.</span>
0 commit comments