From 4e1dd5679e322b9f6e780d87904e757af5f30254 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 6 Jun 2026 21:31:37 -0400 Subject: [PATCH] xo-randomgen -> .xo-randomgen (prep for git subrepo) --- {xo-randomgen => .xo-randomgen}/.gitignore | 0 {xo-randomgen => .xo-randomgen}/CMakeLists.txt | 0 {xo-randomgen => .xo-randomgen}/README.md | 0 {xo-randomgen => .xo-randomgen}/cmake/randomgenConfig.cmake.in | 0 {xo-randomgen => .xo-randomgen}/cmake/xo-bootstrap-macros.cmake | 0 {xo-randomgen => .xo-randomgen}/example/CMakeLists.txt | 0 {xo-randomgen => .xo-randomgen}/example/ex1/CMakeLists.txt | 0 {xo-randomgen => .xo-randomgen}/example/ex1/ex1.cpp | 0 {xo-randomgen => .xo-randomgen}/example/ex2/CMakeLists.txt | 0 {xo-randomgen => .xo-randomgen}/example/ex2/ex2.cpp | 0 .../include/xo/randomgen/bernoulligen.hpp | 0 .../include/xo/randomgen/distribution_concept.hpp | 0 .../include/xo/randomgen/engine_concept.hpp | 0 .../include/xo/randomgen/exponentialgen.hpp | 0 .../include/xo/randomgen/gaussianpairgen.hpp | 0 .../include/xo/randomgen/generator.hpp | 0 .../include/xo/randomgen/normalgen.hpp | 0 .../include/xo/randomgen/random_seed.hpp | 0 .../include/xo/randomgen/uniformgen.hpp | 0 .../include/xo/randomgen/xoshiro256.hpp | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename {xo-randomgen => .xo-randomgen}/.gitignore (100%) rename {xo-randomgen => .xo-randomgen}/CMakeLists.txt (100%) rename {xo-randomgen => .xo-randomgen}/README.md (100%) rename {xo-randomgen => .xo-randomgen}/cmake/randomgenConfig.cmake.in (100%) rename {xo-randomgen => .xo-randomgen}/cmake/xo-bootstrap-macros.cmake (100%) rename {xo-randomgen => .xo-randomgen}/example/CMakeLists.txt (100%) rename {xo-randomgen => .xo-randomgen}/example/ex1/CMakeLists.txt (100%) rename {xo-randomgen => .xo-randomgen}/example/ex1/ex1.cpp (100%) rename {xo-randomgen => .xo-randomgen}/example/ex2/CMakeLists.txt (100%) rename {xo-randomgen => .xo-randomgen}/example/ex2/ex2.cpp (100%) rename {xo-randomgen => .xo-randomgen}/include/xo/randomgen/bernoulligen.hpp (100%) rename {xo-randomgen => .xo-randomgen}/include/xo/randomgen/distribution_concept.hpp (100%) rename {xo-randomgen => .xo-randomgen}/include/xo/randomgen/engine_concept.hpp (100%) rename {xo-randomgen => .xo-randomgen}/include/xo/randomgen/exponentialgen.hpp (100%) rename {xo-randomgen => .xo-randomgen}/include/xo/randomgen/gaussianpairgen.hpp (100%) rename {xo-randomgen => .xo-randomgen}/include/xo/randomgen/generator.hpp (100%) rename {xo-randomgen => .xo-randomgen}/include/xo/randomgen/normalgen.hpp (100%) rename {xo-randomgen => .xo-randomgen}/include/xo/randomgen/random_seed.hpp (100%) rename {xo-randomgen => .xo-randomgen}/include/xo/randomgen/uniformgen.hpp (100%) rename {xo-randomgen => .xo-randomgen}/include/xo/randomgen/xoshiro256.hpp (100%) 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