| 3213 | } |
| 3214 | |
| 3215 | float myrand(float max) { return (max * (((float)ps_rand()) / ((float)D3_RAND_MAX))); } |
| 3216 | |
| 3217 | ///////////////////////////////////////////////////////////////////////////// |
| 3218 | // These are the functions used for serialization, yes they are out of place, |
no test coverage detected