Skip to content

Commit 8512b83

Browse files
committed
Auto-generated commit
1 parent 8724153 commit 8512b83

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,14 @@ logEach( '%f', x4 );
384384

385385
<section class="related">
386386

387+
* * *
388+
389+
## See Also
390+
391+
- <span class="package-name">[`@stdlib/random-array/uniform`][@stdlib/random/array/uniform]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a continuous uniform distribution.</span>
392+
- <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>
393+
- <span class="package-name">[`@stdlib/random-strided/discrete-uniform`][@stdlib/random/strided/discrete-uniform]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.</span>
394+
387395
</section>
388396

389397
<!-- /.related -->
@@ -465,6 +473,14 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
465473

466474
[@stdlib/array/float64]: https://github.com/stdlib-js/array-float64
467475

476+
<!-- <related-links> -->
477+
478+
[@stdlib/random/array/uniform]: https://github.com/stdlib-js/random-array-uniform
479+
480+
[@stdlib/random/strided/discrete-uniform]: https://github.com/stdlib-js/random-strided-discrete-uniform
481+
482+
<!-- </related-links> -->
483+
468484
</section>
469485

470486
<!-- /.links -->

0 commit comments

Comments
 (0)