ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-random.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double dce_drand48 (void)
double dce_erand48 (unsigned short xsubi[3])
long int dce_jrand48 (unsigned short int xsubi[3])
void dce_lcong48 (unsigned short param[7])
long int dce_lrand48 (void)
long int dce_mrand48 (void)
long int dce_nrand48 (unsigned short int xsubi[3])
int dce_rand (void)
long int dce_random (void)
unsigned short int * dce_seed48 (unsigned short int seed16v[3])
void dce_srand (unsigned int seed)
void dce_srand48 (long int seedval)
void dce_srandom (unsigned int seed)

Function Documentation

double dce_drand48 ( void  )

Definition at line 335 of file dce.cc.

References ns3::Current(), ns3::Thread::process, and ns3::Process::seed48Current.

+ Here is the call graph for this function:

double dce_erand48 ( unsigned short  xsubi[3])

Definition at line 376 of file dce.cc.

References ns3::Current(), ns3::Thread::process, and ns3::Process::seed48Current.

+ Here is the call graph for this function:

long int dce_jrand48 ( unsigned short int  xsubi[3])

Definition at line 385 of file dce.cc.

References ns3::Current(), ns3::Thread::process, and ns3::Process::seed48Current.

+ Here is the call graph for this function:

void dce_lcong48 ( unsigned short  param[7])

Definition at line 403 of file dce.cc.

References ns3::Current(), ns3::Thread::process, and ns3::Process::seed48Current.

+ Here is the call graph for this function:

long int dce_lrand48 ( void  )

Definition at line 354 of file dce.cc.

References ns3::Current(), ns3::Thread::process, and ns3::Process::seed48Current.

+ Here is the call graph for this function:

long int dce_mrand48 ( void  )

Definition at line 365 of file dce.cc.

References ns3::Current(), ns3::Thread::process, and ns3::Process::seed48Current.

+ Here is the call graph for this function:

long int dce_nrand48 ( unsigned short int  xsubi[3])

Definition at line 344 of file dce.cc.

References ns3::Current(), ns3::Thread::process, and ns3::Process::seed48Current.

+ Here is the call graph for this function:

int dce_rand ( void  )

Definition at line 323 of file dce.cc.

References ns3::Current(), ns3::Thread::process, and ns3::Process::rndVarible.

+ Here is the call graph for this function:

long int dce_random ( void  )

Definition at line 318 of file dce.cc.

References ns3::Current(), ns3::Thread::process, and ns3::Process::rndVarible.

+ Here is the call graph for this function:

unsigned short int* dce_seed48 ( unsigned short int  seed16v[3])

Definition at line 328 of file dce.cc.

References ns3::Current(), ns3::Thread::process, and ns3::Process::seed48Current.

+ Here is the call graph for this function:

void dce_srand ( unsigned int  seed)

Definition at line 416 of file dce.cc.

void dce_srand48 ( long int  seedval)

Definition at line 396 of file dce.cc.

References ns3::Current(), ns3::Thread::process, and ns3::Process::seed48Current.

+ Here is the call graph for this function:

void dce_srandom ( unsigned int  seed)

Definition at line 412 of file dce.cc.