Skip to content

Commit be0822e

Browse files
committed
Update namespace
1 parent 7acc8bb commit be0822e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/math/base/random/lib

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,15 @@ setReadOnly( random, 'pareto1', require( '@stdlib/math/base/random/pareto-type1'
289289
*/
290290
setReadOnly( random, 'poisson', require( '@stdlib/math/base/random/poisson' ) );
291291

292+
/**
293+
* @name randi
294+
* @memberof random
295+
* @readonly
296+
* @type {Function}
297+
* @see {@link module:@stdlib/math/base/random/randi}
298+
*/
299+
setReadOnly( random, 'randi', require( '@stdlib/math/base/random/randi' ) );
300+
292301
/**
293302
* @name randn
294303
* @memberof random

0 commit comments

Comments
 (0)