Functions
Random.h File Reference
#include "../Util/GlobalDefines.h"
#include <stdio.h>
#include "Math.h"
#include <stdlib.h>
#include "Values.h"
Include dependency graph for Random.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double drand48 (void)
 
double erand48 (unsigned short xsubi[3])
 
long jrand48 (unsigned short xsubi[3])
 
void lcong48 (unsigned short param[7])
 
long lrand48 (void)
 
long mrand48 (void)
 
long nrand48 (unsigned short xsubi[3])
 
unsigned short * seed48 (unsigned short seed16v[3])
 
void srand48 (long seedval)
 
double util_gaussRandom ()
 
double util_random ()
 
void util_seedRandom (long seedValA)
 

Function Documentation

◆ drand48()

double drand48 ( void  )

◆ erand48()

double erand48 ( unsigned short  xsubi[3])

◆ jrand48()

long jrand48 ( unsigned short  xsubi[3])

◆ lcong48()

void lcong48 ( unsigned short  param[7])

◆ lrand48()

long lrand48 ( void  )

◆ mrand48()

long mrand48 ( void  )

◆ nrand48()

long nrand48 ( unsigned short  xsubi[3])

◆ seed48()

unsigned short* seed48 ( unsigned short  seed16v[3])

◆ srand48()

void srand48 ( long  seedval)

◆ util_gaussRandom()

double util_gaussRandom ( )

Definition at line 104 of file Random.cpp.

◆ util_random()

double util_random ( )

Definition at line 44 of file Random.cpp.

◆ util_seedRandom()

void util_seedRandom ( long  seedValA)

Definition at line 29 of file Random.cpp.



schunk_libm5api
Author(s): Florian Weisshardt
autogenerated on Sat May 7 2022 02:17:14