kSecRandomDefault
An alias for the default random number generator.
Declaration
let kSecRandomDefault: SecRandomRefDiscussion
When passed to the SecRandomCopyBytes(_:_:_:) function as the random number generator reference, this constant indicates that the default number generator should be used.
This constant is a synonym for NULL.