Salome HOME
code revision for Linux
[modules/hydro.git] / src / HYDRO_tests / random.h
index bc8800b2cb08c100c225455db108b11aabc68bf1..d69011177c933bc3516fbbcda718c320f442ed3f 100644 (file)
@@ -1,5 +1,7 @@
 
 #pragma once
 
-void test_srand( unsigned int theValue );
-unsigned int test_rand();
+#include <QtGlobal>
+
+void test_srand( quint32 theValue );
+quint32 test_rand();