A simple class for randomly picking items from a group without repetitions (but also with repetitions, if desired).
It works on all platforms (B4A, B4J, B4I), of course.
Main methods:
Initialize(..., NumOfItems As Int)
Creates, by default, a list of numeric items, from 1 to NumOfItems you...