Space Station 13 - Nebula13 - Modules - Types

code/_helpers/gauss.dm

/proc/gaussianConverts a uniform distributed random number into a normal distributed one since this method produces two random numbers, one is saved for subsequent calls (making the cost negligble for every second call).