#ifndef RANDOMTESTS_H
#define RANDOMTESTS_H

namespace RandomTests {
    void test();
}

#endif