#include <math.h>#include <stdio.h>#include "hydroinout.h"#include "hydroparams.h"#include "hydroalloc_mem.h"#include "hydrofree_mem.h"#include "hydrornseeds.h"Go to the source code of this file.
Functions | |
| int | hydrorandom () |
Variables | |
| long | rnseed = INIT_RAN_NUM_SEED |
| long | rnseed3 = INIT_RAN_NUM_SEED |
| long | rnseed4 = INIT_RAN_NUM_SEED |
| long | rnseed5 = INIT_RAN_NUM_SEED |
| int hydrorandom | ( | ) |
| long rnseed = INIT_RAN_NUM_SEED |
| long rnseed3 = INIT_RAN_NUM_SEED |
| long rnseed4 = INIT_RAN_NUM_SEED |
Definition at line 45 of file hydrorandom.c.
Referenced by eh_get_fuzzy_int(), and hydrosetnumberoutlet().
| long rnseed5 = INIT_RAN_NUM_SEED |
1.5.2