Skip to content

Commit d81401b

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent d3599d8 commit d81401b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dnanstdevpn/benchmark

lib/node_modules/@stdlib/stats/base/ndarray/dnanstdevpn/benchmark/benchmark.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ var options = {
4343
// FUNCTIONS //
4444

4545
/**
46-
* Returns a random value, possibly NaN.
46+
* Returns a random value.
4747
*
4848
* @private
49-
* @returns {number} random value or `NaN`
49+
* @returns {number} random value
5050
*/
5151
function rand() {
5252
if ( bernoulli( 0.8 ) < 1 ) {

0 commit comments

Comments
 (0)