{"id":1143,"date":"2020-10-20T10:53:33","date_gmt":"2020-10-20T02:53:33","guid":{"rendered":"http:\/\/123.57.164.21\/?p=1143"},"modified":"2020-10-20T10:53:33","modified_gmt":"2020-10-20T02:53:33","slug":"swift-%e7%94%9f%e6%88%90%e9%9a%8f%e6%9c%ba%e6%95%b0","status":"publish","type":"post","link":"https:\/\/92it.top\/?p=1143","title":{"rendered":"Swift \u751f\u6210\u968f\u673a\u6570"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\/\/ MARK: \u968f\u673a\u6570\u751f\u6210\n    func randomCustom(min: Int, max: Int) -> Int {\n        \/\/  [min, max)  [0, 100)\n\/\/        var x = arc4random() % UInt32(max);\n\/\/        return Int(x)\n        \/\/ [min, max\uff09\n        var y = arc4random() % UInt32(max) + UInt32(min)\n        println(Int(y))\n        return Int(y)\n    }\n\nswift3.0\nfunc randomCustom(min: Int, max: Int) -> Int {\n        \/\/  [min, max)  [0, 100)\n        \/\/        var x = arc4random() % UInt32(max);\n        \/\/        return Int(x)\n        \/\/ [min, max\uff09\n        let y = arc4random() % UInt32(max) + UInt32(min)\n        print(Int(y))\n        return Int(y)\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"_links":{"self":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1143"}],"collection":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1143"}],"version-history":[{"count":1,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1143\/revisions"}],"predecessor-version":[{"id":1144,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1143\/revisions\/1144"}],"wp:attachment":[{"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1143"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1143"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1143"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}