diff --git a/xo-randomgen/.gitignore b/.xo-randomgen/.gitignore similarity index 100% rename from xo-randomgen/.gitignore rename to .xo-randomgen/.gitignore diff --git a/xo-randomgen/CMakeLists.txt b/.xo-randomgen/CMakeLists.txt similarity index 100% rename from xo-randomgen/CMakeLists.txt rename to .xo-randomgen/CMakeLists.txt diff --git a/xo-randomgen/README.md b/.xo-randomgen/README.md similarity index 100% rename from xo-randomgen/README.md rename to .xo-randomgen/README.md diff --git a/xo-randomgen/cmake/randomgenConfig.cmake.in b/.xo-randomgen/cmake/randomgenConfig.cmake.in similarity index 100% rename from xo-randomgen/cmake/randomgenConfig.cmake.in rename to .xo-randomgen/cmake/randomgenConfig.cmake.in diff --git a/xo-randomgen/cmake/xo-bootstrap-macros.cmake b/.xo-randomgen/cmake/xo-bootstrap-macros.cmake similarity index 100% rename from xo-randomgen/cmake/xo-bootstrap-macros.cmake rename to .xo-randomgen/cmake/xo-bootstrap-macros.cmake diff --git a/xo-randomgen/example/CMakeLists.txt b/.xo-randomgen/example/CMakeLists.txt similarity index 100% rename from xo-randomgen/example/CMakeLists.txt rename to .xo-randomgen/example/CMakeLists.txt diff --git a/xo-randomgen/example/ex1/CMakeLists.txt b/.xo-randomgen/example/ex1/CMakeLists.txt similarity index 100% rename from xo-randomgen/example/ex1/CMakeLists.txt rename to .xo-randomgen/example/ex1/CMakeLists.txt diff --git a/xo-randomgen/example/ex1/ex1.cpp b/.xo-randomgen/example/ex1/ex1.cpp similarity index 100% rename from xo-randomgen/example/ex1/ex1.cpp rename to .xo-randomgen/example/ex1/ex1.cpp diff --git a/xo-randomgen/example/ex2/CMakeLists.txt b/.xo-randomgen/example/ex2/CMakeLists.txt similarity index 100% rename from xo-randomgen/example/ex2/CMakeLists.txt rename to .xo-randomgen/example/ex2/CMakeLists.txt diff --git a/xo-randomgen/example/ex2/ex2.cpp b/.xo-randomgen/example/ex2/ex2.cpp similarity index 100% rename from xo-randomgen/example/ex2/ex2.cpp rename to .xo-randomgen/example/ex2/ex2.cpp diff --git a/xo-randomgen/include/xo/randomgen/bernoulligen.hpp b/.xo-randomgen/include/xo/randomgen/bernoulligen.hpp similarity index 100% rename from xo-randomgen/include/xo/randomgen/bernoulligen.hpp rename to .xo-randomgen/include/xo/randomgen/bernoulligen.hpp diff --git a/xo-randomgen/include/xo/randomgen/distribution_concept.hpp b/.xo-randomgen/include/xo/randomgen/distribution_concept.hpp similarity index 100% rename from xo-randomgen/include/xo/randomgen/distribution_concept.hpp rename to .xo-randomgen/include/xo/randomgen/distribution_concept.hpp diff --git a/xo-randomgen/include/xo/randomgen/engine_concept.hpp b/.xo-randomgen/include/xo/randomgen/engine_concept.hpp similarity index 100% rename from xo-randomgen/include/xo/randomgen/engine_concept.hpp rename to .xo-randomgen/include/xo/randomgen/engine_concept.hpp diff --git a/xo-randomgen/include/xo/randomgen/exponentialgen.hpp b/.xo-randomgen/include/xo/randomgen/exponentialgen.hpp similarity index 100% rename from xo-randomgen/include/xo/randomgen/exponentialgen.hpp rename to .xo-randomgen/include/xo/randomgen/exponentialgen.hpp diff --git a/xo-randomgen/include/xo/randomgen/gaussianpairgen.hpp b/.xo-randomgen/include/xo/randomgen/gaussianpairgen.hpp similarity index 100% rename from xo-randomgen/include/xo/randomgen/gaussianpairgen.hpp rename to .xo-randomgen/include/xo/randomgen/gaussianpairgen.hpp diff --git a/xo-randomgen/include/xo/randomgen/generator.hpp b/.xo-randomgen/include/xo/randomgen/generator.hpp similarity index 100% rename from xo-randomgen/include/xo/randomgen/generator.hpp rename to .xo-randomgen/include/xo/randomgen/generator.hpp diff --git a/xo-randomgen/include/xo/randomgen/normalgen.hpp b/.xo-randomgen/include/xo/randomgen/normalgen.hpp similarity index 100% rename from xo-randomgen/include/xo/randomgen/normalgen.hpp rename to .xo-randomgen/include/xo/randomgen/normalgen.hpp diff --git a/xo-randomgen/include/xo/randomgen/random_seed.hpp b/.xo-randomgen/include/xo/randomgen/random_seed.hpp similarity index 100% rename from xo-randomgen/include/xo/randomgen/random_seed.hpp rename to .xo-randomgen/include/xo/randomgen/random_seed.hpp diff --git a/xo-randomgen/include/xo/randomgen/uniformgen.hpp b/.xo-randomgen/include/xo/randomgen/uniformgen.hpp similarity index 100% rename from xo-randomgen/include/xo/randomgen/uniformgen.hpp rename to .xo-randomgen/include/xo/randomgen/uniformgen.hpp diff --git a/xo-randomgen/include/xo/randomgen/xoshiro256.hpp b/.xo-randomgen/include/xo/randomgen/xoshiro256.hpp similarity index 100% rename from xo-randomgen/include/xo/randomgen/xoshiro256.hpp rename to .xo-randomgen/include/xo/randomgen/xoshiro256.hpp