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
-[`c0ca8d9`](https://github.com/stdlib-js/stdlib/commit/c0ca8d9df8f891d7004c17fd671c411f2241d1db) - **bench:** refactor to use string interpolation in `@stdlib/random-array`[(#11415)](https://github.com/stdlib-js/stdlib/pull/11415)_(by Karan Anand)_
16
17
17
18
</details>
@@ -24,8 +25,9 @@
24
25
25
26
### Contributors
26
27
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
28
+
A total of 2 people contributed to this release. Thank you to the following contributors:
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -391,6 +391,7 @@ logEach( '%f', x4 );
391
391
392
392
## See Also
393
393
394
+
- <spanclass="package-name">[`@stdlib/random-binomial`][@stdlib/random/binomial]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a binomial distribution.</span>
394
395
- <spanclass="package-name">[`@stdlib/random-array/negative-binomial`][@stdlib/random/array/negative-binomial]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a negative binomial distribution.</span>
0 commit comments