Contact: aviboots(AT)netvision.net.il
41,679 questions
54,344 answers
573 users
import Foundation for _ in 0..<7 { let randomBool = Bool.random() print(randomBool) } /* run: false true true true true false false */