Skip to content

Commit a1fd583

Browse files
committed
feat: add betaprime to namespace
1 parent 06425a7 commit a1fd583

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ setReadOnly( ns, 'arcsine', require( '@stdlib/random/strided/arcsine' ) );
5454
*/
5555
setReadOnly( ns, 'beta', require( '@stdlib/random/strided/beta' ) );
5656

57+
/**
58+
* @name betaprime
59+
* @memberof ns
60+
* @readonly
61+
* @type {Function}
62+
* @see {@link module:@stdlib/random/strided/betaprime}
63+
*/
64+
setReadOnly( ns, 'betaprime', require( '@stdlib/random/strided/betaprime' ) );
65+
5766
/**
5867
* @name discreteUniform
5968
* @memberof ns

0 commit comments

Comments
 (0)