Gate icon indicating copy to clipboard operation
Gate copied to clipboard

srandom() doesn't exist in MSVC

Open mojca opened this issue 10 years ago • 0 comments

The line

srandom(static_cast<unsigned int>(*theRandomEngine));

from source/general/src/GateRandomEngine.cc doesn't work under Windows (MSVC).

mojca avatar Mar 27 '15 15:03 mojca