From: Jiří S. <jir...@bl...> - 2008-07-08 13:43:49
|
Albert Graef napsal(a): > I added the Mersenne Twister now. See random/srandom in math.pure. Note > that random returns a 32 bit machine int, so the numbers may be negative. > Many thanks, but i cannot compile now under MinGW: g++ -g -O2 `llvm-config --cppflags` -c -o runtime.o runtime.cc In file included from D:/MinGW/include/windef.h:253, from D:/MinGW/include/windows.h:48, from runtime.cc:2518: D:/MinGW/include/winnt.h:3002: error: expected unqualified-id before numeric con stant D:/MinGW/include/winnt.h:3002: error: expected `)' before numeric constant make: *** [runtime.o] Error 1 :-( Jiri |