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 4, 2023
1 parent 542dc96 commit 2966f37
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
18 changes: 18 additions & 0 deletions strided/discrete-uniform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,14 @@ logEach( 'x1[%d] = %d; x2[%d] = %d', idx, x1, idx, x2 );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/random/base/discrete-uniform`][@stdlib/random/base/discrete-uniform]</span><span class="delimiter">: </span><span class="description">discrete uniform distributed pseudorandom numbers.</span>
- <span class="package-name">[`@stdlib/random/array/discrete-uniform`][@stdlib/random/array/discrete-uniform]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a discrete uniform distribution.</span>
- <span class="package-name">[`@stdlib/random/strided/uniform`][@stdlib/random/strided/uniform]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.</span>

</section>

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

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

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

[@stdlib/random/base/discrete-uniform]: https://github.com/stdlib-js/random/tree/main/base/discrete-uniform

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

[@stdlib/random/strided/uniform]: https://github.com/stdlib-js/random/tree/main/strided/uniform

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

</section>

<!-- /.links -->
13 changes: 13 additions & 0 deletions strided/exponential/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );

<section class="related">

* * *

## See Also

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

</section>

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

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

</section>

<!-- /.links -->

0 comments on commit 2966f37

Please sign in to comment.