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/array/typed-complex-dtypes/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ bool = isdtype( 'beep' );
117
117
118
118
- <spanclass="package-name">[`@stdlib/array/dtypes`][@stdlib/array/dtypes]</span><spanclass="delimiter">: </span><spanclass="description">list of array data types.</span>
119
119
- <spanclass="package-name">[`@stdlib/array/typed-dtypes`][@stdlib/array/typed-dtypes]</span><spanclass="delimiter">: </span><spanclass="description">list of typed array data types.</span>
120
-
- <spanclass="package-name">[`@stdlib/array/typed-real-dtypes`][@stdlib/array/typed-real-dtypes]</span><spanclass="delimiter">: </span><spanclass="description">list of typed array data types.</span>
120
+
- <spanclass="package-name">[`@stdlib/array/typed-real-dtypes`][@stdlib/array/typed-real-dtypes]</span><spanclass="delimiter">: </span><spanclass="description">list of typed array real-valued data types.</span>
121
121
- <spanclass="package-name">[`@stdlib/ndarray/dtypes`][@stdlib/ndarray/dtypes]</span><spanclass="delimiter">: </span><spanclass="description">list of ndarray data types.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/geometric/README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -405,6 +405,14 @@ for ( i = 0; i < 100; i++ ) {
405
405
406
406
<sectionclass="related">
407
407
408
+
* * *
409
+
410
+
## See Also
411
+
412
+
- <spanclass="package-name">[`@stdlib/random/array/geometric`][@stdlib/random/array/geometric]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a geometric distribution.</span>
413
+
- <spanclass="package-name">[`@stdlib/random/iter/geometric`][@stdlib/random/iter/geometric]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a geometric distribution.</span>
414
+
- <spanclass="package-name">[`@stdlib/random/streams/geometric`][@stdlib/random/streams/geometric]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a geometric distribution.</span>
415
+
408
416
</section>
409
417
410
418
<!-- /.related -->
@@ -417,6 +425,16 @@ for ( i = 0; i < 100; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/negative-binomial/README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -412,6 +412,14 @@ for ( i = 0; i < 100; i++ ) {
412
412
413
413
<sectionclass="related">
414
414
415
+
* * *
416
+
417
+
## See Also
418
+
419
+
- <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>
420
+
- <spanclass="package-name">[`@stdlib/random/iter/negative-binomial`][@stdlib/random/iter/negative-binomial]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a negative binomial distribution.</span>
421
+
- <spanclass="package-name">[`@stdlib/random/streams/negative-binomial`][@stdlib/random/streams/negative-binomial]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a negative binomial distribution.</span>
422
+
415
423
</section>
416
424
417
425
<!-- /.related -->
@@ -424,6 +432,16 @@ for ( i = 0; i < 100; i++ ) {
0 commit comments