feisty meow concerns codebase  2.140
chaos.h File Reference
#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>
Include dependency graph for chaos.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

 mathematics
 An extension to floating point primitives providing approximate equality.
 

Macros

#define GET_32_BIT_RAND_YO
 

Macro Definition Documentation

◆ GET_32_BIT_RAND_YO

#define GET_32_BIT_RAND_YO
Value:
basis::un_int ranval = (basis::un_int(rand()) << 16) + (basis::un_int(rand()) << 1) \
+ (basis::un_int(rand()) % 2)
unsigned int un_int
Abbreviated name for unsigned integers.
Definition: definitions.h:62

Definition at line 40 of file chaos.h.