Problemunvalidated
I need to generate a secure random number in range — on iOS. Tension: Most of the answers there are generating pseudo random numbers; but those that generate secure random numbers, don't allow to specify a range. Outcome: I have no idea how to do this properly with `SecRandomCopyBytes`.
c9bf32f5-579f-4b18-b16c-3c6888560680
I need to generate a secure random number in range — on iOS. Tension: Most of the answers there are generating pseudo random numbers; but those that generate secure random numbers, don't allow to specify a range. Outcome: I have no idea how to do this properly with SecRandomCopyBytes.