Skip to content

Commit b620e84

Browse files
committed
feat: add t to namespace
1 parent 9197455 commit b620e84

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
@@ -216,6 +216,15 @@ setReadOnly( ns, 'randu', require( '@stdlib/random/strided/randu' ) );
216216
*/
217217
setReadOnly( ns, 'rayleigh', require( '@stdlib/random/strided/rayleigh' ) );
218218

219+
/**
220+
* @name t
221+
* @memberof ns
222+
* @readonly
223+
* @type {Function}
224+
* @see {@link module:@stdlib/random/strided/t}
225+
*/
226+
setReadOnly( ns, 't', require( '@stdlib/random/strided/t' ) );
227+
219228
/**
220229
* @name uniform
221230
* @memberof ns

0 commit comments

Comments
 (0)