Appearance
random() - return a pseudo-random number, this is suitable for general simulation, but may be predictable.
int random( int n );
Return a pseudo-random number from the range [0 .. (n -1)] (inclusive).