#ifndef CORE_RANDOM_TESTS_H
#define CORE_RANDOM_TESTS_H

namespace Core::RandomTests {
    void test();
}

#endif