Questions marquées «arc4random»

92
Générer des nombres aléatoires avec Swift

J'ai besoin de générer un nombre aléatoire. Il semble que la arc4randomfonction n'existe plus ainsi que la arc4random_uniformfonction. Les options que j'ai sont arc4random_stir(), arc4random_buf(UnsafeMutablePointer<Void>, Int)et arc4random_addrandom(UnsafeMutablePointer<UInt8>,...