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 Mar 25, 2024
1 parent 89294f1 commit 694515f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Aman Bhansali <[email protected]>
Amit Jimiwal <[email protected]>
Anudeep Sanapala <[email protected]>
Athan Reines <[email protected]>
Ayaka <[email protected]>
Brendan Graetz <[email protected]>
Bruno Fenzl <[email protected]>
Bryan Elee <[email protected]>
Expand Down
13 changes: 13 additions & 0 deletions strided/t/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,13 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/random/base/t`][@stdlib/random/base/t]</span><span class="delimiter">: </span><span class="description">Student's t-distributed pseudorandom numbers.</span>
- <span class="package-name">[`@stdlib/random/array/t`][@stdlib/random/array/t]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a Student's t-distribution.</span>

</section>

<!-- /.related -->
Expand All @@ -370,6 +377,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/t]: https://github.com/stdlib-js/random/tree/main/array/t

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

</section>

<!-- /.links -->

0 comments on commit 694515f

Please sign in to comment.