//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- // file random.hpp #ifndef _RANDOM_HPP #define _RANDOM_HPP #include #include #include "blkcom.hpp" #include "dekspy.hpp" namespace randomize { // Variables. //Prototypes. double seedy(std::string *); double randnm(const double &); double sandnm(const double &); } #endif // _RANDOM_HPP // end of file random.hpp