Skip to content

Commit eea8798

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
5454
c = new Float64Array( len );
5555
for ( i = 0; i < len; i++ ) {
5656
p[ i ] = uniform( 0.0, 1.0 );
57-
mu[ i ] = uniform( EPS, 10.0 );
57+
mu[ i ] = uniform( -10.0, 10.0 );
5858
c[ i ] = uniform( EPS, 5.0 );
5959
}
6060

0 commit comments

Comments
 (0)