Skip to content

Commit 6ea16b2

Browse files
committed
Add Erlang to streams namespace
1 parent 3ae2252 commit 6ea16b2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/random/streams/lib

lib/node_modules/@stdlib/random/streams/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ setReadOnly( ns, 'cauchy', require( '@stdlib/random/streams/cauchy' ) );
9090
*/
9191
setReadOnly( ns, 'cosine', require( '@stdlib/random/streams/cosine' ) );
9292

93+
/**
94+
* @name erlang
95+
* @memberof ns
96+
* @readonly
97+
* @type {Function}
98+
* @see {@link module:@stdlib/random/streams/erlang}
99+
*/
100+
setReadOnly( ns, 'erlang', require( '@stdlib/random/streams/erlang' ) );
101+
93102
/**
94103
* @name gamma
95104
* @memberof ns

0 commit comments

Comments
 (0)