Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 28, 2024
1 parent 76c81c2 commit ef0e77b
Show file tree
Hide file tree
Showing 41 changed files with 7,728 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/index.js.map

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions strided/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,24 @@ setReadOnly( ns, 'poisson', require( './../../strided/poisson' ) );
*/
setReadOnly( ns, 'randu', require( './../../strided/randu' ) );

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

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

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

0 comments on commit ef0e77b

Please sign in to comment.