nvzqz/RandomKit

infinite loop, EXC_BAD_ACCESS

Opened this issue · 1 comments

let x = String.random(ofLength: 1, from: "123", using: &ARC4Random.default)
let x = "123".shuffled(using: &ARC4Random.default)

same