Skip to content

Commit 1edc09a

Browse files
committed
Update namespace
1 parent 5e88767 commit 1edc09a

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ var ns = {};
4545
*/
4646
setReadOnly( ns, 'arcsine', require( '@stdlib/random/array/arcsine' ) );
4747

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

4958
// EXPORTS //
5059

0 commit comments

Comments
 (0)