![]() |
Go to the source code of this file.
Typedefs | |
| typedef int(* | siRandProc) () |
| typedef int(* | siRandProc1) (int) |
Functions | |
| int | siRand () |
| int | siRandNext (int) |
| int | siRandPlus1 (int) |
Variables | |
| int | siSeed |
| typedef int(* siRandProc) () |
Definition at line 9 of file sirandom.h.
| typedef int(* siRandProc1) (int) |
Definition at line 10 of file sirandom.h.
| int siRand | ( | ) |
Definition at line 41 of file sirandom.c.
| int siRandNext | ( | int | ) |
Definition at line 31 of file sirandom.c.
| int siRandPlus1 | ( | int | ) |
Definition at line 46 of file sirandom.c.
| int siSeed |
Definition at line 29 of file sirandom.c.