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/cauchy/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
@@ -402,6 +402,14 @@ for ( i = 0; i < 100; i++ ) {
402
402
403
403
<sectionclass="related">
404
404
405
+
* * *
406
+
407
+
## See Also
408
+
409
+
- <spanclass="package-name">[`@stdlib/random/array/cauchy`][@stdlib/random/array/cauchy]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Cauchy distribution.</span>
410
+
- <spanclass="package-name">[`@stdlib/random/iter/cauchy`][@stdlib/random/iter/cauchy]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a Cauchy distribution.</span>
411
+
- <spanclass="package-name">[`@stdlib/random/streams/cauchy`][@stdlib/random/streams/cauchy]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a Cauchy distribution.</span>
412
+
405
413
</section>
406
414
407
415
<!-- /.related -->
@@ -414,6 +422,16 @@ for ( i = 0; i < 100; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/t/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
@@ -399,6 +399,14 @@ for ( i = 0; i < 100; i++ ) {
399
399
400
400
<sectionclass="related">
401
401
402
+
* * *
403
+
404
+
## See Also
405
+
406
+
- <spanclass="package-name">[`@stdlib/random/array/t`][@stdlib/random/array/t]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Student's t-distribution.</span>
407
+
- <spanclass="package-name">[`@stdlib/random/iter/t`][@stdlib/random/iter/t]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a Student's t distribution.</span>
408
+
- <spanclass="package-name">[`@stdlib/random/streams/t`][@stdlib/random/streams/t]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.</span>
409
+
402
410
</section>
403
411
404
412
<!-- /.related -->
@@ -411,6 +419,16 @@ for ( i = 0; i < 100; i++ ) {
0 commit comments