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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -452,6 +452,14 @@ for ( i = 0; i < 100; i++ ) {
452
452
453
453
<sectionclass="related">
454
454
455
+
* * *
456
+
457
+
## See Also
458
+
459
+
- <spanclass="package-name">[`@stdlib/random-array/binomial`][@stdlib/random/array/binomial]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a binomial distribution.</span>
460
+
- <spanclass="package-name">[`@stdlib/random-iter/binomial`][@stdlib/random/iter/binomial]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a binomial distribution.</span>
461
+
- <spanclass="package-name">[`@stdlib/random-streams/binomial`][@stdlib/random/streams/binomial]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a binomial distribution.</span>
0 commit comments