Delphi Challenge: Unique Random Number Generator - a Custom Delphi Function to Fill an Array with Un
Challenge: Fastest Unique Random Number Generator Your challenge is to code a custom Delphi procedure with the following signature: procedure Randomizer(const maxValue : int64; var values : array of int64) ; Randomizer takes 2 parameters: values is an ...
delphi.about.com |