Skip to content

Commit 27e47d2

Browse files
committed
Auto-generated commit
1 parent 83fbd81 commit 27e47d2

3 files changed

Lines changed: 4 additions & 3 deletions

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-14)
7+
## Unreleased (2026-01-16)
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+
- [`0472076`](https://github.com/stdlib-js/stdlib/commit/04720767c484e6277ad9411dff3dc5a116c31378) - **docs:** remove duplicated words in documentation and comments _(by Philipp Burckhardt)_
171172
- [`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)_
172173
- [`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)_
173174
- [`e35173c`](https://github.com/stdlib-js/stdlib/commit/e35173c604edc492ad422e05948fbc4352f40be7) - **docs:** update examples _(by Athan Reines)_

streams/box-muller/test/test.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ tape( 'attached to the returned stream is the generator state size', function te
517517
t.end();
518518
});
519519

520-
tape( 'the constructor returns a stream for generating pseudorandom numbers from from a standard normal distribution using the Box-Muller transform', function test( t ) {
520+
tape( 'the constructor returns a stream for generating pseudorandom numbers from a standard normal distribution using the Box-Muller transform', function test( t ) {
521521
var iStream;
522522
var result;
523523
var rand;

streams/improved-ziggurat/test/test.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ tape( 'attached to the returned stream is the generator state size', function te
517517
t.end();
518518
});
519519

520-
tape( 'the constructor returns a stream for generating pseudorandom numbers from from a standard normal distribution using the Improved Ziggurat algorithm', function test( t ) {
520+
tape( 'the constructor returns a stream for generating pseudorandom numbers from a standard normal distribution using the Improved Ziggurat algorithm', function test( t ) {
521521
var iStream;
522522
var result;
523523
var rand;

0 commit comments

Comments
 (0)