delphidabbler / code-snippets

Collections of reusable code snippets, mainly in Pascal.
MIT License
27 stars 2 forks source link

Add `RandomFrom` overloads #21

Open delphidabbler opened 1 year ago

delphidabbler commented 1 year ago

There are RandomFrom functions in System.Math for all the Float array types + Integer, Int64 and UInt64 arrays.

There also RandomFrom functions in System.AnsiStrings and System.SysUtils for arrays of ANSI and Unicode strings.

What's missing are RandomFrom overloads for Cardinal arrays (+ shorter Integer types), TBytes and TStrings.