Skip to content

Commit 7098ea1

Browse files
Update lib/node_modules/@stdlib/stats/base/dists/studentized-range/cdf/benchmark/benchmark.js
Co-authored-by: Karan Anand <[email protected]> Signed-off-by: Harsh <[email protected]>
1 parent 9b817c7 commit 7098ea1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/studentized-range/cdf/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/studentized-range/cdf/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ bench( pkg+':factory', function benchmark( b ) {
7777
q = new Float64Array( len );
7878
mycdf = cdf.factory( v, r );
7979
for ( i = 0; i < len; i++ ) {
80-
q[i] = uniform( 0.0, 1.0 );
80+
q[ i ] = uniform( 0.0, 1.0 );
8181
}
8282

8383
b.tic();

0 commit comments

Comments
 (0)