The randomize-statement overrides the implementation-predefined sequence of pseudo-random numbers as values for the RND function, allowing different (and unpredictable) sequences each time a given program is executed.
1. randomize-statement = RANDOMIZE
RANDOMIZE
Execution of the randomize-statement shall generate a new un predictable starting point for the list of pseudo-random numbers used by the RND function (see 9).
None.
In the case of implementations which do not have access to a randomizing device such as a real-time clock, the randomize- statement may be implemented by means of an interaction with the user.