Skip to content

Commit 8ca6251

Browse files
committed
feat: add poisson to namespace
1 parent 026c6a4 commit 8ca6251

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,15 @@ setReadOnly( ns, 'mt19937', require( '@stdlib/random/strided/mt19937' ) );
189189
*/
190190
setReadOnly( ns, 'normal', require( '@stdlib/random/strided/normal' ) );
191191

192+
/**
193+
* @name poisson
194+
* @memberof ns
195+
* @readonly
196+
* @type {Function}
197+
* @see {@link module:@stdlib/random/strided/poisson}
198+
*/
199+
setReadOnly( ns, 'poisson', require( '@stdlib/random/strided/poisson' ) );
200+
192201
/**
193202
* @name randu
194203
* @memberof ns

0 commit comments

Comments
 (0)