Skip to content

Commit 83777d8

Browse files
Update lib/node_modules/@stdlib/stats/base/dists/arcsine/quantile/benchmark/c/benchmark.c
Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: Lokesh Ranjan <[email protected]>
1 parent 6b3a884 commit 83777d8

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/arcsine/quantile/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/arcsine/quantile/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static double benchmark( void ) {
101101
int i;
102102

103103
for ( i = 0; i < 100; i++ ) {
104-
p[ i ] = random_uniform( 0.0, 1.0);
104+
p[ i ] = random_uniform( 0.0, 1.0 );
105105
a[ i ] = random_uniform( -20.0, 0.0 );
106106
b[ i ] = random_uniform( a[ i ], a[ i ]+40.0 );
107107
}

0 commit comments

Comments
 (0)