]> SALOME platform Git repositories - modules/hydro.git/blob - src/HYDRO_tests/random.h
Salome HOME
refs #662: the tests for land cover presentations
[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();