Skip to content

Commit cb6e9a2

Browse files
committed
Auto-generated commit
1 parent 577f71c commit cb6e9a2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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 (2026-01-18)
7+
## Unreleased (2026-01-21)
88

99
<section class="features">
1010

@@ -168,6 +168,7 @@ A total of 10 issues were closed in this release:
168168

169169
<details>
170170

171+
- [`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)_
171172
- [`0472076`](https://github.com/stdlib-js/stdlib/commit/04720767c484e6277ad9411dff3dc5a116c31378) - **docs:** remove duplicated words in documentation and comments _(by Philipp Burckhardt)_
172173
- [`8b93c8d`](https://github.com/stdlib-js/stdlib/commit/8b93c8d51432c3ceb2a41f80bda77f77021e021e) - **feat:** update `random/tools` TypeScript declarations [(#9718)](https://github.com/stdlib-js/stdlib/pull/9718) _(by stdlib-bot)_
173174
- [`ef9c1b0`](https://github.com/stdlib-js/stdlib/commit/ef9c1b0b52ac28c95221d46d7cb0e4165343f893) - **feat:** update `random` TypeScript declarations [(#9717)](https://github.com/stdlib-js/stdlib/pull/9717) _(by stdlib-bot)_

tools/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ The namespace exports the following:
5757

5858
- <span class="signature">[`binaryFactory( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/binary-factory]</span><span class="delimiter">: </span><span class="description">create a function for generating pseudorandom values drawn from a binary PRNG.</span>
5959
- <span class="signature">[`binary( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/binary]</span><span class="delimiter">: </span><span class="description">constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.</span>
60+
- <span class="signature">[`ternaryFactory( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/ternary-factory]</span><span class="delimiter">: </span><span class="description">create a function for generating pseudorandom values drawn from a ternary PRNG.</span>
61+
- <span class="signature">[`ternary( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/ternary]</span><span class="delimiter">: </span><span class="description">constructor for creating ndarrays filled with pseudorandom values drawn from a ternary PRNG.</span>
6062
- <span class="signature">[`unaryFactory( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/unary-factory]</span><span class="delimiter">: </span><span class="description">create a function for generating pseudorandom values drawn from a unary PRNG.</span>
6163
- <span class="signature">[`unary( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/unary]</span><span class="delimiter">: </span><span class="description">constructor for creating ndarrays filled with pseudorandom values drawn from a unary PRNG.</span>
6264

@@ -115,6 +117,10 @@ console.log( objectKeys( ns ) );
115117

116118
[@stdlib/random/tools/binary]: https://github.com/stdlib-js/random/tree/main/tools/binary
117119

120+
[@stdlib/random/tools/ternary-factory]: https://github.com/stdlib-js/random/tree/main/tools/ternary-factory
121+
122+
[@stdlib/random/tools/ternary]: https://github.com/stdlib-js/random/tree/main/tools/ternary
123+
118124
[@stdlib/random/tools/unary-factory]: https://github.com/stdlib-js/random/tree/main/tools/unary-factory
119125

120126
[@stdlib/random/tools/unary]: https://github.com/stdlib-js/random/tree/main/tools/unary

0 commit comments

Comments
 (0)