procedure Random(var buf: TBytes; const Offset, Count: integer); virtual;
Description
Fills the elements of a specified array of bytes with random numbers.
To initialize the random number generator, add a call to Randomize before making any calls to Random.
Parameters:
• | Buffer - an array of bytes to keep random numbers; |
• | Offset - zero-based byte offset in Buffer, that points to the beginning of the data location to fill; |
• | Count - data length. |