Skip to content

Commit b88b604

Browse files
authored
chore: apply suggestion
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 20e05b0 commit b88b604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
5555
for ( i = 0; i < len; i++ ) {
5656
p[ i ] = uniform( 0.0, 1.0 );
5757
mu[ i ] = uniform( -50.0, 50.0 );
58-
sigma[ i ] = uniform( 0.0, 20.0 ) + EPS;
58+
sigma[ i ] = uniform( EPS, 20.0 );
5959
}
6060

6161
b.tic();

0 commit comments

Comments
 (0)