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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2026-01-18)
7
+
## Unreleased (2026-01-21)
8
8
9
9
<sectionclass="features">
10
10
@@ -168,6 +168,7 @@ A total of 10 issues were closed in this release:
168
168
169
169
<details>
170
170
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)_
171
172
-[`0472076`](https://github.com/stdlib-js/stdlib/commit/04720767c484e6277ad9411dff3dc5a116c31378) - **docs:** remove duplicated words in documentation and comments _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: tools/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ The namespace exports the following:
57
57
58
58
- <spanclass="signature">[`binaryFactory( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/binary-factory]</span><spanclass="delimiter">: </span><spanclass="description">create a function for generating pseudorandom values drawn from a binary PRNG.</span>
59
59
- <spanclass="signature">[`binary( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/binary]</span><spanclass="delimiter">: </span><spanclass="description">constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.</span>
60
+
- <spanclass="signature">[`ternaryFactory( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/ternary-factory]</span><spanclass="delimiter">: </span><spanclass="description">create a function for generating pseudorandom values drawn from a ternary PRNG.</span>
61
+
- <spanclass="signature">[`ternary( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/ternary]</span><spanclass="delimiter">: </span><spanclass="description">constructor for creating ndarrays filled with pseudorandom values drawn from a ternary PRNG.</span>
60
62
- <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>
61
63
- <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