client/sim_util.cpp File Reference

(r16139/r16069)

#include "error_numbers.h"
#include "str_util.h"
#include "log_flags.h"
#include "filesys.h"
#include "network.h"
#include "client_msgs.h"
#include "sim.h"

Include dependency graph for sim_util.cpp:


Functions

double dtime ()
FILE * boinc_fopen (const char *path, const char *mode)
void show_message (PROJECT *p, char *msg, int priority)
double drand ()
double rand_range (double rmin, double rmax)
double calculate_exponential_backoff (int n, double MIN, double MAX)
 return a random double in the range [MIN,min(e^n,MAX))
double exponential (double mean)

Function Documentation

FILE* boinc_fopen ( const char *  path,
const char *  mode 
)

Here is the caller graph for this function:

double calculate_exponential_backoff ( int  n,
double  MIN,
double  MAX 
)

return a random double in the range [MIN,min(e^n,MAX))

Here is the call graph for this function:

double drand (  )  [inline]

Here is the caller graph for this function:

double dtime (  ) 

Here is the caller graph for this function:

double exponential ( double  mean  )  [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

double rand_range ( double  rmin,
double  rmax 
) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

void show_message ( PROJECT p,
char *  msg,
int  priority 
)

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Mon Oct 6 10:39:45 2008 for BOINC by  doxygen 1.5.6