Salome HOME
code revision for Linux
[modules/hydro.git] / src / HYDRO_tests / random.h
1
2 #pragma once
3
4 #include <QtGlobal>
5
6 void test_srand( quint32 theValue );
7 quint32 test_rand();