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/numel-dimension`][@stdlib/ndarray/numel-dimension]</span><spanclass="delimiter">: </span><spanclass="description">return the size (i.e., number of elements) of a specified dimension for a provided ndarray.</span>
139
140
140
141
</section>
141
142
@@ -151,6 +152,8 @@ for ( i = 0; i < slices.length; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/box-muller/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -422,6 +422,13 @@ for ( i = 0; i < 100; i++ ) {
422
422
423
423
<sectionclass="related">
424
424
425
+
* * *
426
+
427
+
## See Also
428
+
429
+
- <spanclass="package-name">[`@stdlib/random/iter/box-muller`][@stdlib/random/iter/box-muller]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.</span>
430
+
- <spanclass="package-name">[`@stdlib/random/streams/box-muller`][@stdlib/random/streams/box-muller]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.</span>
431
+
425
432
</section>
426
433
427
434
<!-- /.related -->
@@ -444,6 +451,14 @@ for ( i = 0; i < 100; i++ ) {
0 commit comments