Int

extension Int: EntropyGenerator
  • Declaration

    Swift

    public func entropy() -> Result<Data, Swift.Error>
  • Declaration

    Swift

    public static var weakest: Int { get }
  • Declaration

    Swift

    public static var weak: Int { get }
  • Declaration

    Swift

    public static var medium: Int { get }
  • Declaration

    Swift

    public static var strong: Int { get }
  • Declaration

    Swift

    public static var strongest: Int { get }