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 6, 2023

Verified

This commit was signed with the committer’s verified signature.
mpaperno Max Paperno
1 parent 49325e6 commit 31c8baf
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -299,6 +299,14 @@ logEach( '%f', x4 );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/random-array/randu`][@stdlib/random/array/randu]</span><span class="delimiter">: </span><span class="description">create an array containing uniformly distributed pseudorandom numbers between 0 and 1.</span>
- <span class="package-name">[`@stdlib/random-base/mt19937`][@stdlib/random/base/mt19937]</span><span class="delimiter">: </span><span class="description">A 32-bit Mersenne Twister pseudorandom number generator.</span>
- <span class="package-name">[`@stdlib/random-strided/mt19937`][@stdlib/random/strided/mt19937]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.</span>

</section>

<!-- /.related -->
@@ -382,6 +390,14 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].

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

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

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

[@stdlib/random/strided/mt19937]: https://github.com/stdlib-js/random-strided-mt19937

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

</section>

<!-- /.links -->

0 comments on commit 31c8baf

Please sign in to comment.