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
Original file line number
Diff line number
Diff line change
@@ -439,6 +439,14 @@ for ( i = 0; i < 100; i++ ) {
439
439
440
440
<sectionclass="related">
441
441
442
+
* * *
443
+
444
+
## See Also
445
+
446
+
- <spanclass="package-name">[`@stdlib/random-array/triangular`][@stdlib/random/array/triangular]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a triangular distribution.</span>
447
+
- <spanclass="package-name">[`@stdlib/random-iter/triangular`][@stdlib/random/iter/triangular]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a triangular distribution.</span>
448
+
- <spanclass="package-name">[`@stdlib/random-streams/triangular`][@stdlib/random/streams/triangular]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a triangular distribution.</span>
0 commit comments