- Function
 Initialize the pseudo random number generator.
- Header
 - Declaration
 
void _randomize (void);- Description
 The function initializes the random number generator with a seed derived from fast changing hardware events, so the seed itself can be considered random to a certain degree.
- Limits
 
- The randomness of the seed depends on the machine hardware.
 - Availability
 cc65
- See also
 - Example
 None.