Static Public Member Functions

MoFun Class Reference

static-only class to access common functions More...

#include <mo_fun.h>

List of all members.

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]

Detailed Description

static-only class to access common functions


Member Function Documentation

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]


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines