![]() |
My Project
|
Go to the source code of this file.
Typedefs | |
| typedef int(* | siRandProc) (void) |
| typedef int(* | siRandProc1) (int) |
Functions | |
| int | siRand (void) |
| int | siRandNext (int) |
| int | siRandPlus1 (int) |
Variables | |
| EXTERN_VAR int | siSeed |
| typedef int(* siRandProc) (void) |
Definition at line 9 of file sirandom.h.
| typedef int(* siRandProc1) (int) |
Definition at line 10 of file sirandom.h.
| int siRand | ( | void | ) |
Definition at line 42 of file sirandom.c.
| int siRandNext | ( | int | r | ) |
Definition at line 32 of file sirandom.c.
| int siRandPlus1 | ( | int | r | ) |
Definition at line 47 of file sirandom.c.
| EXTERN_VAR int siSeed |
Definition at line 6 of file sirandom.h.