Cayley
Pseudo-Random Bits from Finite Groups
Includes.h
Go to the documentation of this file.
1 
4 #ifndef __includes__
5 #define __includes__
6 
7 #include <stdio.h>
8 
9 #include <algorithm>
10 #include <cmath>
11 #include <vector>
12 #include <string>
13 
14 #include <string.h>
15 
16 //#define NDEBUG ///< Define to disable asserts.
17 #include <cassert>
18 
19 #endif