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/arcsine/README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -406,6 +406,9 @@ for ( i = 0; i < 100; i++ ) {
406
406
407
407
## See Also
408
408
409
+
- <spanclass="package-name">[`@stdlib/random/array/arcsine`][@stdlib/random/array/arcsine]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from an arcsine distribution.</span>
410
+
- <spanclass="package-name">[`@stdlib/random/iter/arcsine`][@stdlib/random/iter/arcsine]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from an arcsine distribution.</span>
411
+
- <spanclass="package-name">[`@stdlib/random/streams/arcsine`][@stdlib/random/streams/arcsine]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from an arcsine distribution.</span>
0 commit comments