I have this expression which returns a UInt32:
UInt32
let randomLetterNumber = arc4random()%26
I want to be able to use the number in
More simple than this, impossible:
Int(myUInteger)