custom random number operator in swift
//random number operator prefix operator %^ {} prefix func %^ (elem:Int) -> Int { return random() % elem }