Newline at end of file

This commit is contained in:
Jan Niklas Hasse 2014-01-22 17:04:49 +01:00
parent 21f20031a8
commit feab1de1bc
1 changed files with 1 additions and 1 deletions

View File

@ -460,4 +460,4 @@ double Random(double (*fun)(double), double xmin = 0, double xmax = 1)
// Returns if valid and try again if not valid
return Y < fun(X) ? X : Random(Fun, xmin, xmax);
}
}