mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-03-21 19:50:37 +00:00
2 lines
85 B
Plaintext
2 lines
85 B
Plaintext
#define GAUSSIAN_RANDOM(vars...) ((-2*log(rand()))**0.5 * cos(6.28318530718*rand()))
|