You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,15 @@ logEach( '%f', x4 );
297
297
298
298
<sectionclass="related">
299
299
300
+
* * *
301
+
302
+
## See Also
303
+
304
+
- <spanclass="package-name">[`@stdlib/random-array/minstd-shuffle`][@stdlib/random/array/minstd-shuffle]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.</span>
305
+
- <spanclass="package-name">[`@stdlib/random-array/randu`][@stdlib/random/array/randu]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing uniformly distributed pseudorandom numbers between 0 and 1.</span>
306
+
- <spanclass="package-name">[`@stdlib/random-base/minstd`][@stdlib/random/base/minstd]</span><spanclass="delimiter">: </span><spanclass="description">A linear congruential pseudorandom number generator (LCG) based on Park and Miller.</span>
307
+
- <spanclass="package-name">[`@stdlib/random-strided/minstd`][@stdlib/random/strided/minstd]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).</span>
0 commit comments