We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf6b8f commit 982aa6aCopy full SHA for 982aa6a
lib/node_modules/@stdlib/stats/base/dists/weibull/mode/benchmark/c/benchmark.c
@@ -101,8 +101,8 @@ static double benchmark( void ) {
101
int i;
102
103
for ( i = 0; i < 100; i++ ) {
104
- lambda[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 1.0 );
105
- k[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 1.0 );
+ lambda[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 10.0 );
+ k[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 10.0 );
106
}
107
108
t = tic();
0 commit comments