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: lib/node_modules/@stdlib/random/base/bernoulli/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,9 @@ for ( i = 0; i < 100; i++ ) {
409
409
410
410
## See Also
411
411
412
+
- <spanclass="package-name">[`@stdlib/random/array/bernoulli`][@stdlib/random/array/bernoulli]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Bernoulli distribution.</span>
413
+
- <spanclass="package-name">[`@stdlib/random/iter/bernoulli`][@stdlib/random/iter/bernoulli]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a Bernoulli distribution.</span>
414
+
- <spanclass="package-name">[`@stdlib/random/streams/bernoulli`][@stdlib/random/streams/bernoulli]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a Bernoulli distribution.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/kumaraswamy/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,14 @@ for ( i = 0; i < 100; i++ ) {
409
409
410
410
<sectionclass="related">
411
411
412
+
* * *
413
+
414
+
## See Also
415
+
416
+
- <spanclass="package-name">[`@stdlib/random/array/kumaraswamy`][@stdlib/random/array/kumaraswamy]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from Kumaraswamy's double bounded distribution.</span>
417
+
- <spanclass="package-name">[`@stdlib/random/iter/kumaraswamy`][@stdlib/random/iter/kumaraswamy]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.</span>
418
+
- <spanclass="package-name">[`@stdlib/random/streams/kumaraswamy`][@stdlib/random/streams/kumaraswamy]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.</span>
419
+
412
420
</section>
413
421
414
422
<!-- /.related -->
@@ -421,6 +429,16 @@ for ( i = 0; i < 100; i++ ) {
0 commit comments