mirror of
https://github.com/neon443/RNG_Swift.git
synced 2026-03-11 14:56:16 +00:00
push to github
This commit is contained in:
@@ -85,7 +85,7 @@ func rngInt(len: Int) -> Int {
|
||||
}
|
||||
let resultInt = Int(result)
|
||||
return resultInt!
|
||||
}
|
||||
}
|
||||
|
||||
func rngString(len: Int) -> String {
|
||||
let letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
|
||||
|
||||
Reference in New Issue
Block a user