#include <basis/definitions.h>#include <basis/enhance_cpp.h>#include <basis/environment.h>#include <timely/time_stamp.h>#include <stdlib.h>#include <time.h>#include <sys/times.h>
Go to the source code of this file.
Classes | |
| class | mathematics::chaos |
| a platform-independent way to acquire random numbers in a specific range. More... | |
Namespaces | |
| namespace | mathematics |
An extension to floating point primitives providing approximate equality. | |
Defines | |
| #define | GET_32_BIT_RAND_YO |
| #define GET_32_BIT_RAND_YO |
basis::un_int ranval = (basis::un_int(rand()) << 16) + (basis::un_int(rand()) << 1) \ + (basis::un_int(rand()) % 2)
Definition at line 40 of file chaos.h.
Referenced by mathematics::chaos::exclusive(), and mathematics::chaos::inclusive().
1.6.3