Skip to content

Commit 4cb10c5

Browse files
authored
Updated according to comments on benchmark.c
Signed-off-by: ekambains <[email protected]>
1 parent 6d5d804 commit 4cb10c5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/degenerate/entropy/benchmark/c/benchmark.c

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

101101
for ( i = 0; i < 100; i++ ) {
102-
mu[ i ] = random_uniform( -50.0, -40.0 );
102+
mu[ i ] = random_uniform( -50.0, 50.0 );
103103
}
104104

105105
t = tic();

0 commit comments

Comments
 (0)