Skip to content

Commit 7e702f6

Browse files
committed
feat: add negativeBinomial to namespace
1 parent d5cfbcc commit 7e702f6

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
@@ -261,6 +261,15 @@ setReadOnly( ns, 'minstdShuffle', require( '@stdlib/random/array/minstd-shuffle'
261261
*/
262262
setReadOnly( ns, 'mt19937', require( '@stdlib/random/array/mt19937' ) );
263263

264+
/**
265+
* @name negativeBinomial
266+
* @memberof ns
267+
* @readonly
268+
* @type {Function}
269+
* @see {@link module:@stdlib/random/array/negative-binomial}
270+
*/
271+
setReadOnly( ns, 'negativeBinomial', require( '@stdlib/random/array/negative-binomial' ) );
272+
264273
/**
265274
* @name normal
266275
* @memberof ns

0 commit comments

Comments
 (0)