CAPD DynSys Library  5.2.0
Auxil

Functions

double random (double d)
 returns pseudo-random double number from [0,d) More...
 
int random (int d)
 returns pseudo-random integer number from [0,d) More...
 
void randomStart (int n=0)
 initializes pseudo-random numbers generator More...
 

Detailed Description

Function Documentation

◆ random() [1/2]

double random ( double  d)
inline

returns pseudo-random double number from [0,d)

◆ random() [2/2]

int random ( int  d)
inline

returns pseudo-random integer number from [0,d)

◆ randomStart()

void randomStart ( int  n = 0)
inline

initializes pseudo-random numbers generator