Gate
Gate copied to clipboard
srandom() doesn't exist in MSVC
The line
srandom(static_cast<unsigned int>(*theRandomEngine));
from source/general/src/GateRandomEngine.cc doesn't work under Windows (MSVC).