Files
CHOMPStation2/code/__defines/math_ch.dm
2025-03-17 00:05:24 +01:00

2 lines
85 B
Plaintext

#define GAUSSIAN_RANDOM(vars...) ((-2*log(rand()))**0.5 * cos(6.28318530718*rand()))