Function like math.random() in order to obtain random rows from query result
Tomasz G
Imagine doing workout exercise app and on each day you need to provide client new set of exercises not same ones to keep client engaged in your application. Such function would be generic for any collection / query result so we can obtain each time different collection item eg. each day it will generate different number from lets say collection of 40 items, hence user stays in the app and does not have feeling app is repetitive and every day same exercises / items in collection provided in the interface.