Skip to content

Commit b27bb2d

Browse files
committed
feat: add rayleigh to namespace
1 parent 3bbc5f8 commit b27bb2d

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

+9
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,15 @@ setReadOnly( ns, 'poisson', require( '@stdlib/random/strided/poisson' ) );
207207
*/
208208
setReadOnly( ns, 'randu', require( '@stdlib/random/strided/randu' ) );
209209

210+
/**
211+
* @name rayleigh
212+
* @memberof ns
213+
* @readonly
214+
* @type {Function}
215+
* @see {@link module:@stdlib/random/strided/rayleigh}
216+
*/
217+
setReadOnly( ns, 'rayleigh', require( '@stdlib/random/strided/rayleigh' ) );
218+
210219
/**
211220
* @name uniform
212221
* @memberof ns

0 commit comments

Comments
 (0)