Type Method
seed(for:)seedForString:seedForString_
Produces a seed specific to the given string.
Declaration
class func seed(for string: String) -> UInt64Declaration
+ (uint64_t) seedForString:(NSString *) string;Declaration
seedForString_(string: str) -> intDiscussion
This seed is not cryptographically secure, uniform, or otherwise suitable as a hash value. It can be used as a seed for random number generation of insecure RNG sequences.