#ifndef STDRANDOM_HPP #define STDRANDOM_HPP void initrng(void); double unirand(void); double gaussrand(void); double exprand(void); #endif