]> www.ginac.de Git - cln.git/blob - src/base/random/cl_random_def.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / base / random / cl_random_def.cc
1 // default_random_state.
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 CL_PROVIDE(cl_random_def)
7
8 // Specification.
9 #include "cln/random.h"
10
11
12 // Implementation.
13
14 namespace cln {
15         
16 random_state default_random_state;
17
18 }  // namespace cln
19
20 CL_PROVIDE_END(cl_random_def)