[fpc-pascal] Bug in documentation for Random?

Bart bartjunk64 at gmail.com
Wed Apr 5 18:53:27 CEST 2017


Fun fact: TP's random used an unsigned parameter (word), so no ambiguity there.

Random (function)
 ------------------
Returns a random number.

 Declaration:
 function Random [ ( Range: Word) ]: < Same type as parameter >;

Bart



More information about the fpc-pascal mailing list