I am trying to write a function in Apple Swift (iOS) that will generate any given amount of unique random numbers that are within a given inclusive range, say between 0 and
so much easy way is :
let UniqueIdNumber = CFUUIDCreateString(nil, CFUUIDCreate(nil))