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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,26 @@ while ( true ) {
215
215
216
216
<!-- /.references -->
217
217
218
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
219
+
220
+
<sectionclass="related">
221
+
222
+
* * *
223
+
224
+
## See Also
225
+
226
+
-[`@stdlib/random/base/minstd`][@stdlib/random/base/minstd]: A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
227
+
-[`@stdlib/random/iter/minstd-shuffle`][@stdlib/random/iter/minstd-shuffle]: create an iterator for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
228
+
-[`@stdlib/random/iter/mt19937`][@stdlib/random/iter/mt19937]: create an iterator for a 32-bit Mersenne Twister pseudorandom number generator.
229
+
-[`@stdlib/random/iter/randi`][@stdlib/random/iter/randi]: create an iterator for generating pseudorandom numbers having integer values.
230
+
-[`@stdlib/random/iter/randu`][@stdlib/random/iter/randu]: create an iterator for generating uniformly distributed pseudorandom numbers between 0 and 1.
231
+
232
+
</section>
233
+
234
+
<!-- /.related -->
235
+
236
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
0 commit comments