Skip to content

Commit 13108d8

Browse files
authored
Discard changes to lib/node_modules/@stdlib/stats/base/dists/levy/quantile/benchmark/benchmark.js
1 parent f8feef5 commit 13108d8

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/levy/quantile/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/levy/quantile/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bench( pkg, function benchmark( b ) {
4545
c = new Float64Array( len );
4646
for ( i = 0; i < len; i++ ) {
4747
p[ i ] = uniform( 0.0, 1.0 );
48-
mu[ i ] = uniform( EPS, 10.0 );
48+
mu[ i ] = uniform( -10.0, 10.0 );
4949
c[ i ] = uniform( EPS, 5.0 );
5050
}
5151

0 commit comments

Comments
 (0)