diff options
Diffstat (limited to 'comp.c')
-rw-r--r-- | comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #include <stdbool.h> #include <stdlib.h> -double horizontal_stdev = 24, vertical_stdev = 24; +double horizontal_stdev = 16, vertical_stdev = 16; double drand() { |