static-only class to access common functions More...
#include <mo_fun.h>
Static Public Member Functions | |
| static long | rand2i (long low, long high) |
| random integer in [low, high] | |
| static double | rand2f (double low, double high) |
| random double in [low, high] | |
static-only class to access common functions
| double MoFun::rand2f | ( | double | low, | |
| double | high | |||
| ) | [static] |
random double in [low, high]
| long MoFun::rand2i | ( | long | low, | |
| long | high | |||
| ) | [static] |
random integer in [low, high]
1.7.1