Skip to content

Commit 50ba55b

Browse files
committed
feat: add weibull to namespace
1 parent dd140ad commit 50ba55b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/random/strided/lib

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,15 @@ setReadOnly( ns, 'randu', require( '@stdlib/random/strided/randu' ) );
171171
*/
172172
setReadOnly( ns, 'uniform', require( '@stdlib/random/strided/uniform' ) );
173173

174+
/**
175+
* @name weibull
176+
* @memberof ns
177+
* @readonly
178+
* @type {Function}
179+
* @see {@link module:@stdlib/random/strided/weibull}
180+
*/
181+
setReadOnly( ns, 'weibull', require( '@stdlib/random/strided/weibull' ) );
182+
174183

175184
// EXPORTS //
176185

0 commit comments

Comments
 (0)