Skip to content

Commit d37dfd4

Browse files
committed
Update namespace
1 parent 850e76e commit d37dfd4

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,15 @@ setReadOnly( random, 'randu', require( '@stdlib/random/base/randu' ) );
370370
*/
371371
setReadOnly( random, 'rayleigh', require( '@stdlib/random/base/rayleigh' ) );
372372

373+
/**
374+
* @name reviveBasePRNG
375+
* @memberof random
376+
* @readonly
377+
* @type {Function}
378+
* @see {@link module:@stdlib/random/base/reviver}
379+
*/
380+
setReadOnly( random, 'reviveBasePRNG', require( '@stdlib/random/base/reviver' ) );
381+
373382
/**
374383
* @name t
375384
* @memberof random

0 commit comments

Comments
 (0)