Skip to content

Commit 3edb1f7

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

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/uniform/kurtosis/benchmark

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bench( pkg, function benchmark( b ) {
4242
max = new Float64Array( len );
4343
for ( i = 0; i < len; i++ ) {
4444
min[ i ] = uniform( 0.0, 10.0 );
45-
max[ i ] = uniform( min[i], 10.0 );
45+
max[ i ] = uniform( min[ i ], 10.0 );
4646
}
4747

4848
b.tic();

0 commit comments

Comments
 (0)