#ifndef CORE_RANDOM_TESTS_HPP #define CORE_RANDOM_TESTS_HPP namespace Core::RandomTests { void test(); } #endif