Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 26, 2023
1 parent 41502f1 commit 00d87f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions array/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ setReadOnly( ns, 'exponential', require( './../../array/exponential' ) );
*/
setReadOnly( ns, 'gamma', require( './../../array/gamma' ) );

/**
* @name geometric
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/random/array/geometric}
*/
setReadOnly( ns, 'geometric', require( './../../array/geometric' ) );

/**
* @name invgamma
* @memberof ns
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 00d87f9

Please sign in to comment.