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/gamma/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
@@ -421,6 +421,14 @@ for ( i = 0; i < 100; i++ ) {
421
421
422
422
<sectionclass="related">
423
423
424
+
* * *
425
+
426
+
## See Also
427
+
428
+
- <spanclass="package-name">[`@stdlib/random/array/gamma`][@stdlib/random/array/gamma]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a gamma distribution.</span>
429
+
- <spanclass="package-name">[`@stdlib/random/iter/gamma`][@stdlib/random/iter/gamma]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a gamma distribution.</span>
430
+
- <spanclass="package-name">[`@stdlib/random/streams/gamma`][@stdlib/random/streams/gamma]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a gamma distribution.</span>
431
+
424
432
</section>
425
433
426
434
<!-- /.related -->
@@ -435,6 +443,16 @@ for ( i = 0; i < 100; i++ ) {
0 commit comments