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/ndarray/map/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,7 @@ console.log( ndarray2array( y ) );
239
239
240
240
- <spanclass="package-name">[`@stdlib/ndarray/filter`][@stdlib/ndarray/filter]</span><spanclass="delimiter">: </span><spanclass="description">return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.</span>
241
241
- <spanclass="package-name">[`@stdlib/ndarray/filter-map`][@stdlib/ndarray/filter-map]</span><spanclass="delimiter">: </span><spanclass="description">filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.</span>
242
+
- <spanclass="package-name">[`@stdlib/ndarray/for-each`][@stdlib/ndarray/for-each]</span><spanclass="delimiter">: </span><spanclass="description">invoke a callback function once for each ndarray element.</span>
242
243
- <spanclass="package-name">[`@stdlib/ndarray/slice`][@stdlib/ndarray/slice]</span><spanclass="delimiter">: </span><spanclass="description">return a read-only view of an input ndarray.</span>
243
244
244
245
</section>
@@ -259,6 +260,8 @@ console.log( ndarray2array( y ) );
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/randi/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,6 +312,8 @@ for ( i = 0; i < 100; i++ ) {
312
312
313
313
## See Also
314
314
315
+
- <spanclass="package-name">[`@stdlib/random/iter/randi`][@stdlib/random/iter/randi]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers having integer values.</span>
316
+
- <spanclass="package-name">[`@stdlib/random/streams/randi`][@stdlib/random/streams/randi]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers having integer values.</span>
315
317
- <spanclass="package-name">[`@stdlib/random/base/minstd`][@stdlib/random/base/minstd]</span><spanclass="delimiter">: </span><spanclass="description">A linear congruential pseudorandom number generator (LCG) based on Park and Miller.</span>
316
318
- <spanclass="package-name">[`@stdlib/random/base/minstd-shuffle`][@stdlib/random/base/minstd-shuffle]</span><spanclass="delimiter">: </span><spanclass="description">A linear congruential pseudorandom number generator (LCG) whose output is shuffled.</span>
317
319
- <spanclass="package-name">[`@stdlib/random/base/mt19937`][@stdlib/random/base/mt19937]</span><spanclass="delimiter">: </span><spanclass="description">A 32-bit Mersenne Twister pseudorandom number generator.</span>
@@ -332,11 +334,9 @@ for ( i = 0; i < 100; i++ ) {
0 commit comments