Skip to content

Commit 0d48832

Browse files
committed
Auto-generated commit
1 parent 699649a commit 0d48832

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-05-03)
7+
## Unreleased (2025-05-04)
88

99
<section class="features">
1010

@@ -45,6 +45,7 @@
4545

4646
<details>
4747

48+
- [`7423599`](https://github.com/stdlib-js/stdlib/commit/74235999433f4fa850bc842988b53e3f3367d585) - **docs:** update namespace table of contents [(#6917)](https://github.com/stdlib-js/stdlib/pull/6917) _(by stdlib-bot)_
4849
- [`fb571fb`](https://github.com/stdlib-js/stdlib/commit/fb571fb19db616c28378d0c658d6f68e8cb2a0e4) - **feat:** add `tools` to namespace _(by Athan Reines)_
4950
- [`08c640b`](https://github.com/stdlib-js/stdlib/commit/08c640bed04914d60a99a6da842e08cb57a0e4b8) - **test:** fix type bug _(by Athan Reines)_
5051
- [`479c50a`](https://github.com/stdlib-js/stdlib/commit/479c50acd9a8ddaf50fc670f9eb6fa85f8de0bfb) - **test:** fix type bug _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ Golden Kumar <[email protected]>
5959
Gunj Joshi <[email protected]>
6060
Gururaj Gurram <[email protected]>
6161
Haroon Rasheed <[email protected]>
62-
Harsh <[email protected].com>
62+
Harsh <harshyadav6078@gmail.com>
6363
6464
Harshita Kalani <[email protected]>
65+
Hemang Choudhary <[email protected]>
6566
Hemant M Mehta <[email protected]>
6667
Hridyanshu <[email protected]>
6768
Jaimin Godhani <[email protected]>

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ The namespace contains the following:
112112
- <span class="signature">[`randu( len[, options] )`][@stdlib/random/array/randu]</span><span class="delimiter">: </span><span class="description">create an array containing uniformly distributed pseudorandom numbers between `0` and `1`.</span>
113113
- <span class="signature">[`rayleigh( len, sigma[, options] )`][@stdlib/random/array/rayleigh]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a Rayleigh distribution.</span>
114114
- <span class="signature">[`t( len, v[, options] )`][@stdlib/random/array/t]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a Student's t-distribution.</span>
115+
- <span class="signature">[`tools`][@stdlib/random/array/tools]</span><span class="delimiter">: </span><span class="description">pseudorandom number generator (PRNG) array creation function tools.</span>
115116
- <span class="signature">[`triangular( len, a, b, c[, options] )`][@stdlib/random/array/triangular]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a triangular distribution.</span>
116117
- <span class="signature">[`uniform( len, a, b[, options] )`][@stdlib/random/array/uniform]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a continuous uniform distribution.</span>
117118
- <span class="signature">[`weibull( len, k, lambda[, options] )`][@stdlib/random/array/weibull]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a Weibull distribution.</span>
@@ -324,6 +325,8 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
324325

325326
[@stdlib/random/array/t]: https://github.com/stdlib-js/random-array-t
326327

328+
[@stdlib/random/array/tools]: https://github.com/stdlib-js/random-array-tools
329+
327330
[@stdlib/random/array/triangular]: https://github.com/stdlib-js/random-array-triangular
328331

329332
[@stdlib/random/array/uniform]: https://github.com/stdlib-js/random-array-uniform

0 commit comments

Comments
 (0)