Skip to content

Commit b880f4a

Browse files
authored
Update benchmark.native.js
Signed-off-by: Harsh <[email protected]>
1 parent 3edb1f7 commit b880f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/uniform/kurtosis/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
5151
max = new Float64Array( len );
5252
for ( i = 0; i < len; i++ ) {
5353
min[ i ] = uniform( 0.0, 10.0 );
54-
max[ i ] = uniform( min[i], 10.0 );
54+
max[ i ] = uniform( min[ i ], 10.0 );
5555
}
5656

5757
b.tic();

0 commit comments

Comments
 (0)