Skip to content

Commit 9f2bf9c

Browse files
authored
docs: update related packages sections
PR-URL: #1907 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 2db41a9 commit 9f2bf9c

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/random/base/minstd-shuffle

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/random/base/minstd-shuffle/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ for ( i = 0; i < 100; i++ ) {
312312

313313
## See Also
314314

315+
- <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>
316+
- <span class="package-name">[`@stdlib/random/iter/minstd-shuffle`][@stdlib/random/iter/minstd-shuffle]</span><span class="delimiter">: </span><span class="description">create an iterator for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.</span>
317+
- <span class="package-name">[`@stdlib/random/streams/minstd-shuffle`][@stdlib/random/streams/minstd-shuffle]</span><span class="delimiter">: </span><span class="description">create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.</span>
315318
- <span class="package-name">[`@stdlib/random/base/minstd`][@stdlib/random/base/minstd]</span><span class="delimiter">: </span><span class="description">A linear congruential pseudorandom number generator (LCG) based on Park and Miller.</span>
316319
- <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>
317320
- <span class="package-name">[`@stdlib/random/base/randi`][@stdlib/random/base/randi]</span><span class="delimiter">: </span><span class="description">pseudorandom numbers having integer values.</span>
@@ -336,6 +339,12 @@ for ( i = 0; i < 100; i++ ) {
336339

337340
<!-- <related-links> -->
338341

342+
[@stdlib/random/array/minstd-shuffle]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/minstd-shuffle
343+
344+
[@stdlib/random/iter/minstd-shuffle]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/iter/minstd-shuffle
345+
346+
[@stdlib/random/streams/minstd-shuffle]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/minstd-shuffle
347+
339348
[@stdlib/random/base/minstd]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/base/minstd
340349

341350
[@stdlib/random/base/mt19937]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/base/mt19937

0 commit comments

Comments
 (0)