Salome HOME
new randomizer equivalent for 32 and 64 bits platform
[modules/hydro.git] / src / HYDRO_tests / random.h
1
2 #pragma once
3
4 void test_srand( unsigned int theValue );
5 unsigned int test_rand();