Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 9, 2024
1 parent eabbd94 commit 0b0fafa
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions base/geometric/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,14 @@ for ( i = 0; i < 100; i++ ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/random/array/geometric`][@stdlib/random/array/geometric]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a geometric distribution.</span>
- <span class="package-name">[`@stdlib/random/iter/geometric`][@stdlib/random/iter/geometric]</span><span class="delimiter">: </span><span class="description">create an iterator for generating pseudorandom numbers drawn from a geometric distribution.</span>
- <span class="package-name">[`@stdlib/random/streams/geometric`][@stdlib/random/streams/geometric]</span><span class="delimiter">: </span><span class="description">create a readable stream for generating pseudorandom numbers drawn from a geometric distribution.</span>

</section>

<!-- /.related -->
Expand All @@ -417,6 +425,16 @@ for ( i = 0; i < 100; i++ ) {

[@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32

<!-- <related-links> -->

[@stdlib/random/array/geometric]: https://github.com/stdlib-js/random/tree/main/array/geometric

[@stdlib/random/iter/geometric]: https://github.com/stdlib-js/random/tree/main/iter/geometric

[@stdlib/random/streams/geometric]: https://github.com/stdlib-js/random/tree/main/streams/geometric

<!-- </related-links> -->

</section>

<!-- /.links -->
18 changes: 18 additions & 0 deletions base/negative-binomial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,14 @@ for ( i = 0; i < 100; i++ ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/random/array/negative-binomial`][@stdlib/random/array/negative-binomial]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a negative binomial distribution.</span>
- <span class="package-name">[`@stdlib/random/iter/negative-binomial`][@stdlib/random/iter/negative-binomial]</span><span class="delimiter">: </span><span class="description">create an iterator for generating pseudorandom numbers drawn from a negative binomial distribution.</span>
- <span class="package-name">[`@stdlib/random/streams/negative-binomial`][@stdlib/random/streams/negative-binomial]</span><span class="delimiter">: </span><span class="description">create a readable stream for generating pseudorandom numbers drawn from a negative binomial distribution.</span>

</section>

<!-- /.related -->
Expand All @@ -424,6 +432,16 @@ for ( i = 0; i < 100; i++ ) {

[@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32

<!-- <related-links> -->

[@stdlib/random/array/negative-binomial]: https://github.com/stdlib-js/random/tree/main/array/negative-binomial

[@stdlib/random/iter/negative-binomial]: https://github.com/stdlib-js/random/tree/main/iter/negative-binomial

[@stdlib/random/streams/negative-binomial]: https://github.com/stdlib-js/random/tree/main/streams/negative-binomial

<!-- </related-links> -->

</section>

<!-- /.links -->

0 comments on commit 0b0fafa

Please sign in to comment.