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
- <spanclass="package-name">[`@stdlib/ndarray/broadcast-arrays`][@stdlib/ndarray/broadcast-arrays]</span><spanclass="delimiter">: </span><spanclass="description">broadcast ndarrays to a common shape.</span>
- <spanclass="package-name">[`@stdlib/ndarray/maybe-broadcast-array`][@stdlib/ndarray/maybe-broadcast-array]</span><spanclass="delimiter">: </span><spanclass="description">broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.</span>
- <spanclass="package-name">[`@stdlib/random/strided/geometric`][@stdlib/random/strided/geometric]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from a geometric distribution.</span>
- <spanclass="package-name">[`@stdlib/random/strided/rayleigh`][@stdlib/random/strided/rayleigh]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from a Rayleigh distribution.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/chi/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
@@ -398,6 +398,14 @@ for ( i = 0; i < 100; i++ ) {
398
398
399
399
<sectionclass="related">
400
400
401
+
* * *
402
+
403
+
## See Also
404
+
405
+
- <spanclass="package-name">[`@stdlib/random/array/chi`][@stdlib/random/array/chi]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a chi distribution.</span>
406
+
- <spanclass="package-name">[`@stdlib/random/iter/chi`][@stdlib/random/iter/chi]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a chi distribution.</span>
407
+
- <spanclass="package-name">[`@stdlib/random/streams/chi`][@stdlib/random/streams/chi]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a chi distribution.</span>
408
+
401
409
</section>
402
410
403
411
<!-- /.related -->
@@ -410,6 +418,16 @@ for ( i = 0; i < 100; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/erlang/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
@@ -413,6 +413,14 @@ for ( i = 0; i < 100; i++ ) {
413
413
414
414
<sectionclass="related">
415
415
416
+
* * *
417
+
418
+
## See Also
419
+
420
+
- <spanclass="package-name">[`@stdlib/random/array/erlang`][@stdlib/random/array/erlang]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from an Erlang distribution.</span>
421
+
- <spanclass="package-name">[`@stdlib/random/iter/erlang`][@stdlib/random/iter/erlang]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from an Erlang distribution.</span>
422
+
- <spanclass="package-name">[`@stdlib/random/streams/erlang`][@stdlib/random/streams/erlang]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from an Erlang distribution.</span>
423
+
416
424
</section>
417
425
418
426
<!-- /.related -->
@@ -425,6 +433,16 @@ for ( i = 0; i < 100; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/gumbel/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
@@ -401,6 +401,14 @@ for ( i = 0; i < 100; i++ ) {
401
401
402
402
<sectionclass="related">
403
403
404
+
* * *
405
+
406
+
## See Also
407
+
408
+
- <spanclass="package-name">[`@stdlib/random/array/gumbel`][@stdlib/random/array/gumbel]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Gumbel distribution.</span>
409
+
- <spanclass="package-name">[`@stdlib/random/iter/gumbel`][@stdlib/random/iter/gumbel]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a Gumbel distribution.</span>
410
+
- <spanclass="package-name">[`@stdlib/random/streams/gumbel`][@stdlib/random/streams/gumbel]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a Gumbel distribution.</span>
411
+
404
412
</section>
405
413
406
414
<!-- /.related -->
@@ -413,6 +421,16 @@ for ( i = 0; i < 100; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/poisson/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
@@ -411,6 +411,14 @@ for ( i = 0; i < 100; i++ ) {
411
411
412
412
<sectionclass="related">
413
413
414
+
* * *
415
+
416
+
## See Also
417
+
418
+
- <spanclass="package-name">[`@stdlib/random/array/poisson`][@stdlib/random/array/poisson]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Poisson distribution.</span>
419
+
- <spanclass="package-name">[`@stdlib/random/iter/poisson`][@stdlib/random/iter/poisson]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a Poisson distribution.</span>
420
+
- <spanclass="package-name">[`@stdlib/random/streams/poisson`][@stdlib/random/streams/poisson]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a Poisson distribution.</span>
421
+
414
422
</section>
415
423
416
424
<!-- /.related -->
@@ -425,6 +433,16 @@ for ( i = 0; i < 100; i++ ) {
0 commit comments