Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ static double random_uniform( const double min, const double max ) {
}

int main( void ) {
double gamma;
int i;
double x;
double x0;
double y;
int i;
double x0;
double gamma;

for ( i = 0; i < 25; i++ ) {
x = random_uniform( 0.0, 10.0 );
Expand Down