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 Dec 5, 2023
1 parent 2966f37 commit 6ae5389
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions strided/invgamma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/random/base/invgamma`][@stdlib/random/base/invgamma]</span><span class="delimiter">: </span><span class="description">inverse gamma distributed pseudorandom numbers.</span>
- <span class="package-name">[`@stdlib/random/array/invgamma`][@stdlib/random/array/invgamma]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from an inverse gamma distribution.</span>

</section>

<!-- /.related -->
Expand All @@ -221,6 +228,12 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );

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

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

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

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

</section>

<!-- /.links -->

0 comments on commit 6ae5389

Please sign in to comment.