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 10, 2023
1 parent 8471a79 commit 6163b96
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions strided/minstd-shuffle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/random/base/minstd-shuffle`][@stdlib/random/base/minstd-shuffle]</span><span class="delimiter">: </span><span class="description">A linear congruential pseudorandom number generator (LCG) whose output is shuffled.</span>
- <span class="package-name">[`@stdlib/random/array/minstd-shuffle`][@stdlib/random/array/minstd-shuffle]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.</span>
- <span class="package-name">[`@stdlib/random/strided/minstd`][@stdlib/random/strided/minstd]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).</span>
- <span class="package-name">[`@stdlib/random/strided/randu`][@stdlib/random/strided/randu]</span><span class="delimiter">: </span><span class="description">fill a strided array with uniformly distributed pseudorandom numbers between 0 and 1.</span>

</section>

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

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

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

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

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

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

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

</section>

<!-- /.links -->

0 comments on commit 6163b96

Please sign in to comment.