Diellza 0 Newbie Poster

I want to do one example of Radix sort generating random numbers and timing.
Can anybady help me?
Here is the radix pseudocode

function radixSort(String s)
for i in (s.length - 1)  -> 0 do
stableSort(s[i])