Skip to content

Commit

Permalink
docs: update related packages sections
Browse files Browse the repository at this point in the history
PR-URL: #1280
Reviewed-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
stdlib-bot authored Jan 24, 2024
1 parent 4448d6e commit 20b6f2f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/node_modules/@stdlib/random/base/beta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,14 @@ for ( i = 0; i < 100; i++ ) {

<section class="related">

* * *

## See Also

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

</section>

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

[@stdlib/array/uint32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint32

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

[@stdlib/random/array/beta]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/beta

[@stdlib/random/iter/beta]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/iter/beta

[@stdlib/random/streams/beta]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/beta

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

</section>

<!-- /.links -->

1 comment on commit 20b6f2f

@stdlib-bot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
random/base/beta $\color{red}874/885$
$\color{green}+98.76\%$
$\color{red}119/120$
$\color{green}+99.17\%$
$\color{green}16/16$
$\color{green}+100.00\%$
$\color{red}874/885$
$\color{green}+98.76\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.