File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/random/array/exponential/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
'use strict' ;
20
20
21
21
/**
22
- * Create an array containing pseudorandom numbers drawn from an exponential distribution with rate parameter `lambda` .
22
+ * Create an array containing pseudorandom numbers drawn from an exponential distribution.
23
23
*
24
24
* @module @stdlib /random/array/exponential
25
25
*
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var factory = require( './factory.js' );
26
26
// MAIN //
27
27
28
28
/**
29
- * Returns an array containing pseudorandom numbers drawn from an exponential distribution with rate parameter `lambda` .
29
+ * Returns an array containing pseudorandom numbers drawn from an exponential distribution.
30
30
*
31
31
* @name exponential
32
32
* @type {Function }
You can’t perform that action at this time.
0 commit comments