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 Jan 25, 2024
1 parent e28ff69 commit 0e7c5aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,14 @@ for ( i = 0; i < 100; i++ ) {

<section class="related">

* * *

## See Also

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

</section>

<!-- /.related -->
Expand Down Expand Up @@ -529,6 +537,16 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

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

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

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

[@stdlib/random/iter/frechet]: https://github.com/stdlib-js/random-iter-frechet

[@stdlib/random/streams/frechet]: https://github.com/stdlib-js/random-streams-frechet

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

</section>

<!-- /.links -->

0 comments on commit 0e7c5aa

Please sign in to comment.