Skip to content

Commit 9285d3b

Browse files
authored
docs: update related packages sections
PR-URL: #13211 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 734996d commit 9285d3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/random/strided/invgamma

lib/node_modules/@stdlib/random/strided/invgamma/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
211211

212212
## See Also
213213

214+
- <span class="package-name">[`@stdlib/random/invgamma`][@stdlib/random/invgamma]</span><span class="delimiter">: </span><span class="description">generate pseudorandom numbers drawn from an inverse gamma distribution.</span>
214215
- <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>
215216
- <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>
216217

@@ -230,6 +231,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
230231

231232
<!-- <related-links> -->
232233

234+
[@stdlib/random/invgamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/invgamma
235+
233236
[@stdlib/random/array/invgamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/invgamma
234237

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

0 commit comments

Comments
 (0)