Skip to content

Commit c87637d

Browse files
Update lib/node_modules/@stdlib/stats/base/dists/binomial/median/benchmark/benchmark.native.js
Co-authored-by: Karan Anand <[email protected]> Signed-off-by: Rishav Tarway <[email protected]>
1 parent 23a6fae commit c87637d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/binomial/median/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
5252
p = new Float64Array( len );
5353
for ( i = 0; i < len; i++ ) {
5454
n[ i ] = discreteUniform( 1, 100 );
55-
p[ i ] = uniform( 0.0, 1.0);
55+
p[ i ] = uniform( 0.0, 1.0 );
5656
}
5757

5858
b.tic();

0 commit comments

Comments
 (0)