Functions

mcl_math.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "mcl_math.h"
Include dependency graph for mcl_math.c:

Functions

double gaussrand ()
 Math functions.
double gaussian_random (void)
float exprand (float lambda)
int testrand (int n)
int cmpi (const void *a, const void *b)
 Compare integers.
int cmpd (const void *a, const void *b)
 Compare doubles.

Function Documentation

int cmpd ( const void *  a,
const void *  b 
)

Compare doubles.

Used by qsort().

int cmpi ( const void *  a,
const void *  b 
)

Compare integers.

Used by qsort().

float exprand ( float  lambda  ) 

Here is the caller graph for this function:

double gaussian_random ( void   ) 
double gaussrand (  ) 

Math functions.

Random generation stuffs.

Here is the caller graph for this function:

int testrand ( int  n  ) 

Here is the call graph for this function:

Here is the caller graph for this function: