minor changes

This commit is contained in:
Reese Gallagher 2024-08-04 19:22:23 -04:00
parent adf6d3c1d9
commit cc8c12f810

View File

@ -17,7 +17,7 @@
#include <stdlib.h> // Required for: rand() #include <stdlib.h> // Required for: rand()
#include <math.h> // Required for: cos(), sin() #include <math.h> // Required for: cos(), sin()
#define MAX_POINTS 10000000 // 1 million #define MAX_POINTS 10000000 // 10 million
#define MIN_POINTS 1000 // 1 thousand #define MIN_POINTS 1000 // 1 thousand
static float RandFloat(); static float RandFloat();