A. Huici wrote:
How I can use "Random" function or another pseudo random number
generator in GPC Pascal?
Random (n)
(where n is an integer) gives a pseudo random integer between 0 and n-1 (inclusively).
Random
(without a parameter) gives a pseudo random real between 0 (inclusively) and 1 (exclusively).
Frank