Skip to content

Commit

Permalink
feat: add t to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jan 28, 2024
1 parent 9197455 commit b620e84
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/random/strided/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,15 @@ setReadOnly( ns, 'randu', require( '@stdlib/random/strided/randu' ) );
*/
setReadOnly( ns, 'rayleigh', require( '@stdlib/random/strided/rayleigh' ) );

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

/**
* @name uniform
* @memberof ns
Expand Down

0 comments on commit b620e84

Please sign in to comment.