Revert "Dynamic Mode"

Gotta remove some config files
This commit is contained in:
JaySparrow
2020-09-24 23:52:51 -05:00
parent ed9590c1d9
commit 33e5ad2dec
22 changed files with 12 additions and 3888 deletions
-7
View File
@@ -209,11 +209,4 @@
return list(region_x1 & region_x2, region_y1 & region_y2)
#define EXP_DISTRIBUTION(desired_mean) ( -(1/(1/desired_mean)) * log(rand(1, 1000) * 0.001) )
#define LORENTZ_DISTRIBUTION(x, s) ( s*TAN(TODEGREES(PI*(rand()-0.5))) + x )
#define LORENTZ_CUMULATIVE_DISTRIBUTION(x, y, s) ( (1/PI)*TORADIANS(arctan((x-y)/s)) + 1/2 )
#define RULE_OF_THREE(a, b, x) ((a*x)/b)
// )