Skip to content

Commit f04e871

Browse files
committed
Update namespace
1 parent 4995fb3 commit f04e871

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
@@ -45,6 +45,15 @@ var ns = {};
4545
*/
4646
setReadOnly( ns, 'base', require( '@stdlib/random/base' ) );
4747

48+
/**
49+
* @name iterators
50+
* @memberof ns
51+
* @readonly
52+
* @type {Namespace}
53+
* @see {@link module:@stdlib/random/iterators}
54+
*/
55+
setReadOnly( ns, 'iterators', require( '@stdlib/random/iterators' ) );
56+
4857
/**
4958
* @name sample
5059
* @memberof ns

0 commit comments

Comments
 (0)