Random numbers generation in Blender

Hi,

I’m trying to find random number generation library in Blender source code.

I’ve found “rand.c” (BLI_rand.h), but is there other implemented methods (in Blender source code) that give different random distribution (e.g. gaussian)?

Thanks.