Functions | Variables

rand_.c File Reference

#include "cmplrs/host.h"
Include dependency graph for rand_.c:

Go to the source code of this file.

Functions

void srand_ (int32 *x)
int32 irand_ (void)
double_t rand_ (void)

Variables

static int32 randx = 1

Function Documentation

int32 irand_ ( void   ) 

Definition at line 54 of file rand_.c.

References L, and randx.

Referenced by rand_().

double_t rand_ ( void   ) 

Definition at line 59 of file rand_.c.

References irand_().

Here is the call graph for this function:

void srand_ ( int32 x  ) 

Definition at line 48 of file rand_.c.

References randx.


Variable Documentation

int32 randx = 1 [static]

Definition at line 45 of file rand_.c.

Referenced by irand_(), and srand_().