Christian Bockermann wrote:
I'm quite new to the use of GPC and started programming pascal with Borland's Turbo Pascal. After a system-change from Dos to Linux I'm now using GPC. My actual problem is that I don't find any procedures of functions to get randomized numbers. I tried "randomize" and "random(n)" as in Turbo Pascal, but it didn't work. :-) Is there any unit perhaps, which includes such functions in GPC ? Is there perhaps something like the "CRT"-unit ?
look to bpcompat packages at ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/contrib/ they are for DOS (DJGPP), not for LINUX, but math functions at least work