We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1bea3 commit e2bdcabCopy full SHA for e2bdcab
lib/node_modules/@stdlib/stats/base/dists/hypergeometric/kurtosis/benchmark/c/benchmark.c
@@ -101,7 +101,7 @@ static double benchmark( void ) {
101
double t;
102
int i;
103
104
- // Generate random inputs:
+ // Generate random inputs:
105
for ( i = 0; i < 100; i++ ) {
106
N[ i ] = stdlib_base_round( random_uniform( 1.0, 100.0 ) );
107
K[ i ] = stdlib_base_round( random_uniform( 0.0, N[ i ] ) );
0 commit comments