Skip to content

Commit 4f81fc3

Browse files
committed
Update namespace
1 parent b5382a4 commit 4f81fc3

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/random/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/random/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ setReadOnly( ns, 'shuffle', require( '@stdlib/random/shuffle' ) );
8181
*/
8282
setReadOnly( ns, 'streams', require( '@stdlib/random/streams' ) );
8383

84+
/**
85+
* @name strided
86+
* @memberof ns
87+
* @readonly
88+
* @type {Namespace}
89+
* @see {@link module:@stdlib/random/strided}
90+
*/
91+
setReadOnly( ns, 'strided', require( '@stdlib/random/strided' ) );
92+
8493

8594
// EXPORTS //
8695

0 commit comments

Comments
 (0)