Skip to content

Commit f0038c4

Browse files
committed
feat: add geometric to namespace
1 parent c0e5681 commit f0038c4

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
@@ -126,6 +126,15 @@ setReadOnly( ns, 'exponential', require( '@stdlib/random/strided/exponential' )
126126
*/
127127
setReadOnly( ns, 'gamma', require( '@stdlib/random/strided/gamma' ) );
128128

129+
/**
130+
* @name geometric
131+
* @memberof ns
132+
* @readonly
133+
* @type {Function}
134+
* @see {@link module:@stdlib/random/strided/geometric}
135+
*/
136+
setReadOnly( ns, 'geometric', require( '@stdlib/random/strided/geometric' ) );
137+
129138
/**
130139
* @name invgamma
131140
* @memberof ns

0 commit comments

Comments
 (0)