Skip to content

Commit 44a7440

Browse files
authored
Update lib/node_modules/@stdlib/stats/base/dists/cauchy/mode/benchmark/c/benchmark.c
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 4566cf8 commit 44a7440

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/cauchy/mode/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-
x0[ i ] = random_uniform( 0.0, 100.0 ) - 50.0;
104+
x0[ i ] = random_uniform( -50.0, 50.0 );
105105
gamma[ i ] = random_uniform( 0.0, 20.0 ) + STDLIB_CONSTANT_FLOAT64_EPS;
106106
}
107107

0 commit comments

Comments
 (0)