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/array/binomial/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -354,6 +354,13 @@ logEach( '%f', x4 );
354
354
355
355
<sectionclass="related">
356
356
357
+
* * *
358
+
359
+
## See Also
360
+
361
+
- <spanclass="package-name">[`@stdlib/random/array/negative-binomial`][@stdlib/random/array/negative-binomial]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a negative binomial distribution.</span>
- <spanclass="package-name">[`@stdlib/random/strided/cosine`][@stdlib/random/strided/cosine]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from a raised cosine distribution.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/array/negative-binomial/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -354,6 +354,13 @@ logEach( '%f', x4 );
354
354
355
355
<sectionclass="related">
356
356
357
+
* * *
358
+
359
+
## See Also
360
+
361
+
- <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>
0 commit comments