Skip to content

Commit 06425a7

Browse files
committed
feat: add invgamma and betaprime to namespace
1 parent e3e4fb9 commit 06425a7

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ setReadOnly( ns, 'exponential', require( '@stdlib/random/array/exponential' ) );
9090
*/
9191
setReadOnly( ns, 'gamma', require( '@stdlib/random/array/gamma' ) );
9292

93+
/**
94+
* @name invgamma
95+
* @memberof ns
96+
* @readonly
97+
* @type {Function}
98+
* @see {@link module:@stdlib/random/array/invgamma}
99+
*/
100+
setReadOnly( ns, 'invgamma', require( '@stdlib/random/array/invgamma' ) );
101+
93102
/**
94103
* @name lognormal
95104
* @memberof ns

0 commit comments

Comments
 (0)