[
    {
        "scope": "https://api.github.com:443",
        "method": "GET",
        "path": "/repos/victorquinn/chancejs/issues?access_token=33c087cd01a6c66e8f2bb78bd9e9390d37137bb6",
        "body": "",
        "status": 301,
        "response": {
            "message": "Moved Permanently",
            "url": "https://api.github.com/repositories/10828733/issues?access_token=33c087cd01a6c66e8f2bb78bd9e9390d37137bb6",
            "documentation_url": "https://developer.github.com/v3/#http-redirects"
        },
        "headers": {
            "server": "GitHub.com",
            "date": "Mon, 21 Mar 2016 22:10:21 GMT",
            "content-type": "application/json; charset=utf-8",
            "content-length": "215",
            "connection": "close",
            "status": "301 Moved Permanently",
            "x-ratelimit-limit": "5000",
            "x-ratelimit-remaining": "4991",
            "x-ratelimit-reset": "1458601129",
            "x-oauth-scopes": "user, repo, gist",
            "x-accepted-oauth-scopes": "admin:repo_hook, delete_repo, read:repo_hook, repo, repo:status, repo_deployment, write:repo_hook",
            "location": "https://api.github.com/repositories/10828733/issues?access_token=33c087cd01a6c66e8f2bb78bd9e9390d37137bb6",
            "x-github-media-type": "github.v3; format=json",
            "access-control-expose-headers": "ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval",
            "access-control-allow-origin": "*",
            "content-security-policy": "default-src 'none'",
            "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
            "x-content-type-options": "nosniff",
            "x-frame-options": "deny",
            "x-xss-protection": "1; mode=block",
            "vary": "Accept-Encoding",
            "x-served-by": "e724c57ebb9961c772a91e2dd7421c8d",
            "x-github-request-id": "4F421F77:1805F:82E1AAE:56F0714C"
        }
    },
    {
        "scope": "https://api.github.com:443",
        "method": "GET",
        "path": "/repositories/10828733/issues?access_token=33c087cd01a6c66e8f2bb78bd9e9390d37137bb6",
        "body": "",
        "status": 200,
        "response": [
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/240",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/240/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/240/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/240/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/240",
                "id": 135164500,
                "number": 240,
                "title": "[ecosystem] Mixin repo",
                "user": {
                    "login": "leesei",
                    "id": 544400,
                    "avatar_url": "https://avatars.githubusercontent.com/u/544400?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/leesei",
                    "html_url": "https://github.com/leesei",
                    "followers_url": "https://api.github.com/users/leesei/followers",
                    "following_url": "https://api.github.com/users/leesei/following{/other_user}",
                    "gists_url": "https://api.github.com/users/leesei/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/leesei/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/leesei/subscriptions",
                    "organizations_url": "https://api.github.com/users/leesei/orgs",
                    "repos_url": "https://api.github.com/users/leesei/repos",
                    "events_url": "https://api.github.com/users/leesei/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/leesei/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 14,
                "created_at": "2016-02-21T05:50:17Z",
                "updated_at": "2016-02-26T17:25:36Z",
                "closed_at": null,
                "body": "Mixin is a great feature for extending Chance, the community sometimes recommend mixins upon a feature request.\r\n\r\nhttps://github.com/victorquinn/chancejs/issues/82#issuecomment-76716159\r\nhttps://github.com/victorquinn/chancejs/issues/133\r\nhttps://github.com/victorquinn/chancejs/issues/154\r\nhttps://github.com/victorquinn/chancejs/issues/219\r\nhttps://github.com/victorquinn/chancejs/issues/223\r\n\r\nI think if  a repository for mixin exists, users can browse and learn how to use Chance.\r\nIt can also be a testground to see what should be incorporated in the mainstream Chance library.\r\n\r\n--- \r\n\r\nAs a side note, I think some of the Chance API can be modularized as external modules and added as mixins. This can keep the Chance core compact and let the users require only what they need. \r\nLodash is heading towards this path, see [npm lodash-modularized](https://www.npmjs.com/browse/keyword/lodash-modularized) and [source]( https://github.com/lodash/lodash/tree/npm-packages). I *think* the dist library is built from these modules but haven't verified that.\r\n\r\nI recommend creating Chance.js organization and maintain a bunch of official mixins there.\r\nI'll try to create some mixins as npm module to demostrate see how it looks."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/223",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/223/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/223/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/223/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/223",
                "id": 121425594,
                "number": 223,
                "title": "Proposal of `chance.file()`",
                "user": {
                    "login": "fritx",
                    "id": 6647633,
                    "avatar_url": "https://avatars.githubusercontent.com/u/6647633?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/fritx",
                    "html_url": "https://github.com/fritx",
                    "followers_url": "https://api.github.com/users/fritx/followers",
                    "following_url": "https://api.github.com/users/fritx/following{/other_user}",
                    "gists_url": "https://api.github.com/users/fritx/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/fritx/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/fritx/subscriptions",
                    "organizations_url": "https://api.github.com/users/fritx/orgs",
                    "repos_url": "https://api.github.com/users/fritx/repos",
                    "events_url": "https://api.github.com/users/fritx/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/fritx/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 2,
                "created_at": "2015-12-10T08:01:21Z",
                "updated_at": "2016-03-13T05:36:07Z",
                "closed_at": null,
                "body": "```js\r\nchance.file()\r\n//=> \"D:\\foo\\bar.txt\"\r\nchance.directory()\r\n//=> \"D:\\foo\\bar\\\"\r\n```"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/221",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/221/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/221/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/221/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/221",
                "id": 119887924,
                "number": 221,
                "title": "Inifite loop when using chance.exp_month({ future: true })  in December",
                "user": {
                    "login": "wgcrouch",
                    "id": 340761,
                    "avatar_url": "https://avatars.githubusercontent.com/u/340761?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/wgcrouch",
                    "html_url": "https://github.com/wgcrouch",
                    "followers_url": "https://api.github.com/users/wgcrouch/followers",
                    "following_url": "https://api.github.com/users/wgcrouch/following{/other_user}",
                    "gists_url": "https://api.github.com/users/wgcrouch/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/wgcrouch/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/wgcrouch/subscriptions",
                    "organizations_url": "https://api.github.com/users/wgcrouch/orgs",
                    "repos_url": "https://api.github.com/users/wgcrouch/repos",
                    "events_url": "https://api.github.com/users/wgcrouch/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/wgcrouch/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 0,
                "created_at": "2015-12-02T08:00:35Z",
                "updated_at": "2015-12-02T08:00:35Z",
                "closed_at": null,
                "body": "It loops until it finds a month greater than the current month, and in December this is never true, so it loops inifintely. \r\n\r\nNot sure how to fix this without it knowing what year it is. "
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/220",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/220/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/220/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/220/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/220",
                "id": 119191261,
                "number": 220,
                "title": "[feature request] House number",
                "user": {
                    "login": "hellboy81",
                    "id": 341600,
                    "avatar_url": "https://avatars.githubusercontent.com/u/341600?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/hellboy81",
                    "html_url": "https://github.com/hellboy81",
                    "followers_url": "https://api.github.com/users/hellboy81/followers",
                    "following_url": "https://api.github.com/users/hellboy81/following{/other_user}",
                    "gists_url": "https://api.github.com/users/hellboy81/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/hellboy81/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/hellboy81/subscriptions",
                    "organizations_url": "https://api.github.com/users/hellboy81/orgs",
                    "repos_url": "https://api.github.com/users/hellboy81/repos",
                    "events_url": "https://api.github.com/users/hellboy81/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/hellboy81/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 0,
                "created_at": "2015-11-27T12:50:13Z",
                "updated_at": "2015-11-27T12:50:13Z",
                "closed_at": null,
                "body": "Add support for generating fake house numbers"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/219",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/219/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/219/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/219/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/219",
                "id": 119153361,
                "number": 219,
                "title": "Add ISO 3166 generators",
                "user": {
                    "login": "hellboy81",
                    "id": 341600,
                    "avatar_url": "https://avatars.githubusercontent.com/u/341600?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/hellboy81",
                    "html_url": "https://github.com/hellboy81",
                    "followers_url": "https://api.github.com/users/hellboy81/followers",
                    "following_url": "https://api.github.com/users/hellboy81/following{/other_user}",
                    "gists_url": "https://api.github.com/users/hellboy81/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/hellboy81/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/hellboy81/subscriptions",
                    "organizations_url": "https://api.github.com/users/hellboy81/orgs",
                    "repos_url": "https://api.github.com/users/hellboy81/repos",
                    "events_url": "https://api.github.com/users/hellboy81/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/hellboy81/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 1,
                "created_at": "2015-11-27T08:42:31Z",
                "updated_at": "2016-03-13T05:28:45Z",
                "closed_at": null,
                "body": "Please add generators both for \r\n\r\n- [ISO 3166-1](http://en.wikipedia.org/wiki/ISO_3166-1) codes\r\n  - `Alpha-2 code` (`DE`)\r\n  - `Alpha-3 code` (`DEU`)\r\n  -  `Numeric code` (`276`)\r\n\r\n- and [ISO 3166-2](http://en.wikipedia.org/wiki/ISO_3166-2) subdivision codes \r\n  - For example: [Germany](https://en.wikipedia.org/wiki/ISO_3166-2:DE)"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/218",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/218/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/218/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/218/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/218",
                "id": 116245134,
                "number": 218,
                "title": "Hierarchical location features",
                "user": {
                    "login": "nickcarenza",
                    "id": 1222375,
                    "avatar_url": "https://avatars.githubusercontent.com/u/1222375?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/nickcarenza",
                    "html_url": "https://github.com/nickcarenza",
                    "followers_url": "https://api.github.com/users/nickcarenza/followers",
                    "following_url": "https://api.github.com/users/nickcarenza/following{/other_user}",
                    "gists_url": "https://api.github.com/users/nickcarenza/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/nickcarenza/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/nickcarenza/subscriptions",
                    "organizations_url": "https://api.github.com/users/nickcarenza/orgs",
                    "repos_url": "https://api.github.com/users/nickcarenza/repos",
                    "events_url": "https://api.github.com/users/nickcarenza/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/nickcarenza/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 0,
                "created_at": "2015-11-11T01:56:25Z",
                "updated_at": "2015-11-11T01:56:25Z",
                "closed_at": null,
                "body": "I am trying to generate object like:\r\n```\r\n{\r\n  \"lat\": ...\r\n  \"long\": ...\r\n  \"zip\": ...\r\n  \"city\": ...\r\n  \"state\": ...\r\n}\r\n```\r\nand chance was doing great at it except that the results didn't make sense because the lats/longs weren't in the chances areas, and the zips/cities weren't in the states.\r\n\r\nCould we get `chance.location() // -> {lat: ..., long: ..., city: ..., zip: ..., state: ..., count: ...}`"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/215",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/215/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/215/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/215/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/215",
                "id": 115822118,
                "number": 215,
                "title": "The best way to fake uuid.v4",
                "user": {
                    "login": "hellboy81",
                    "id": 341600,
                    "avatar_url": "https://avatars.githubusercontent.com/u/341600?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/hellboy81",
                    "html_url": "https://github.com/hellboy81",
                    "followers_url": "https://api.github.com/users/hellboy81/followers",
                    "following_url": "https://api.github.com/users/hellboy81/following{/other_user}",
                    "gists_url": "https://api.github.com/users/hellboy81/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/hellboy81/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/hellboy81/subscriptions",
                    "organizations_url": "https://api.github.com/users/hellboy81/orgs",
                    "repos_url": "https://api.github.com/users/hellboy81/repos",
                    "events_url": "https://api.github.com/users/hellboy81/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/hellboy81/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 4,
                "created_at": "2015-11-09T07:40:55Z",
                "updated_at": "2016-02-20T19:52:50Z",
                "closed_at": null,
                "body": "In SUT is `v4` method  [uuid](https://github.com/defunctzombie/node-uuid)  used:\r\n\r\n```js\r\nuuid = require('uuid')\r\nuuid.v4()\r\n'b14b1abb-180e-4d34-a59c-940bc2e77ac7'\r\n```\r\n\r\nWhat is the best way fake their returning value in Arrange phase?\r\n\r\n```js\r\n// How should we replace 'b14b1abb-180e-4d34-a59c-940bc2e77ac7'\r\n// Can I simply use chance.guid?\r\nuuid = {v4: sandbox.stub().named('uuid.v4').returns(...)}"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/213",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/213/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/213/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/213/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/213",
                "id": 114955455,
                "number": 213,
                "title": "android Device ID",
                "user": {
                    "login": "mychaelgo",
                    "id": 4651658,
                    "avatar_url": "https://avatars.githubusercontent.com/u/4651658?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/mychaelgo",
                    "html_url": "https://github.com/mychaelgo",
                    "followers_url": "https://api.github.com/users/mychaelgo/followers",
                    "following_url": "https://api.github.com/users/mychaelgo/following{/other_user}",
                    "gists_url": "https://api.github.com/users/mychaelgo/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/mychaelgo/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/mychaelgo/subscriptions",
                    "organizations_url": "https://api.github.com/users/mychaelgo/orgs",
                    "repos_url": "https://api.github.com/users/mychaelgo/repos",
                    "events_url": "https://api.github.com/users/mychaelgo/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/mychaelgo/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 1,
                "created_at": "2015-11-04T02:28:30Z",
                "updated_at": "2015-11-04T08:53:51Z",
                "closed_at": null,
                "body": "Plan to generate random android device id?"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/212",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/212/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/212/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/212/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/212",
                "id": 114261689,
                "number": 212,
                "title": "[Discussion] [Help needed] The best way to generate random CouchDB revision number",
                "user": {
                    "login": "hellboy81",
                    "id": 341600,
                    "avatar_url": "https://avatars.githubusercontent.com/u/341600?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/hellboy81",
                    "html_url": "https://github.com/hellboy81",
                    "followers_url": "https://api.github.com/users/hellboy81/followers",
                    "following_url": "https://api.github.com/users/hellboy81/following{/other_user}",
                    "gists_url": "https://api.github.com/users/hellboy81/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/hellboy81/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/hellboy81/subscriptions",
                    "organizations_url": "https://api.github.com/users/hellboy81/orgs",
                    "repos_url": "https://api.github.com/users/hellboy81/repos",
                    "events_url": "https://api.github.com/users/hellboy81/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/hellboy81/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 1,
                "created_at": "2015-10-30T12:37:56Z",
                "updated_at": "2015-10-30T14:14:25Z",
                "closed_at": null,
                "body": "I am trying to generate random revision number  \r\n\r\nThis utility method works:\r\n\r\n```js\r\n/**\r\n * Generate CouchDB revision number\r\n * @param number\r\n * @return {string}\r\n */\r\nvar _rev = function (number) {\r\n    return number + ' ' + chance.hash({length: 32})\r\n}\r\n```\r\n\r\nBut has following issue: \r\n\r\n```\r\n_rev(1)  => `1-66c01cdf99e84c83a9b3fe65b88db8c0` // OK\r\n_rev(1)  => `1-e5162f27da96ed8e1ae51def1ba643b9` // Not the same as for fist call\r\n_rev(2)  => `2-6bd013ac913de5ba284dc6ff4259baec` // OK\r\n_rev(3)  => `3-a985333080309558f7e252af9a0b26b5`// OK\r\n```\r\n\r\nI.e. I have to save generated revision number in local variable to use it in `Assert`-phase:\r\n\r\nThis not works:\r\n```js\r\n// Arrange\r\n\r\n// Returns first revison\r\n// _rev(1) should be saved in local var to use it in Assert\r\ndb.get.yields(null, {rev: _rev(1), ..} )\r\n\r\n\r\n// Act\r\n...\r\n\r\n// Assert\r\n\r\n// Check another method was called with _rev(1)\r\n// Here we cannot use simple call of _rev(1)\r\n// Saved local variable should be used \r\n````\r\n\r\nIs solution with local variable OK? Also in case with 2,3,4 revisions?\r\n"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/204",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/204/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/204/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/204/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/204",
                "id": 105309478,
                "number": 204,
                "title": "Seed not repeatable when using mixins",
                "user": {
                    "login": "xarvh",
                    "id": 1945841,
                    "avatar_url": "https://avatars.githubusercontent.com/u/1945841?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/xarvh",
                    "html_url": "https://github.com/xarvh",
                    "followers_url": "https://api.github.com/users/xarvh/followers",
                    "following_url": "https://api.github.com/users/xarvh/following{/other_user}",
                    "gists_url": "https://api.github.com/users/xarvh/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/xarvh/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/xarvh/subscriptions",
                    "organizations_url": "https://api.github.com/users/xarvh/orgs",
                    "repos_url": "https://api.github.com/users/xarvh/repos",
                    "events_url": "https://api.github.com/users/xarvh/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/xarvh/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 2,
                "created_at": "2015-09-08T06:17:45Z",
                "updated_at": "2015-09-11T00:16:03Z",
                "closed_at": null,
                "body": "This affects chance 0.7.7 on Node.js.\r\nTo reproduce:\r\n```\r\nvar Chance = require('chance');\r\n\r\nfunction make() {\r\n  var chance = new Chance(34958);\r\n  chance.mixin({company: function() {return '' + chance.first() + '-' + chance.first() + ' LTD.';}});\r\n  return chance;\r\n};\r\n\r\nvar c1 = make();\r\nvar c2 = make();\r\n\r\nconsole.log(c1.last());\r\nconsole.log(c1.company());\r\nconsole.log(c2.last());\r\nconsole.log(c2.company());\r\n```\r\n`c1` and `c2` should provide exactly the same output, but this is not the case.\r\n\r\nThe problem is that `Chance.prototype.mixin()` replaces the prototype methods rather than the instance ones.\r\nSince `Chance.prototype.mixin()` is an instance method, it should NOT affect other instances.\r\n\r\nProblem seems to be at https://github.com/victorquinn/chancejs/blob/develop/chance.js#L280 : `this` should be modified instead of `Chance.prototype`."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/201",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/201/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/201/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/201/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/201",
                "id": 103768965,
                "number": 201,
                "title": "Add `numeric` and `alphanumeric` types to `character` function [feature]",
                "user": {
                    "login": "manovotny",
                    "id": 446260,
                    "avatar_url": "https://avatars.githubusercontent.com/u/446260?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/manovotny",
                    "html_url": "https://github.com/manovotny",
                    "followers_url": "https://api.github.com/users/manovotny/followers",
                    "following_url": "https://api.github.com/users/manovotny/following{/other_user}",
                    "gists_url": "https://api.github.com/users/manovotny/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/manovotny/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/manovotny/subscriptions",
                    "organizations_url": "https://api.github.com/users/manovotny/orgs",
                    "repos_url": "https://api.github.com/users/manovotny/repos",
                    "events_url": "https://api.github.com/users/manovotny/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/manovotny/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 0,
                "created_at": "2015-08-28T18:09:26Z",
                "updated_at": "2015-08-28T18:11:09Z",
                "closed_at": null,
                "body": "The [`character`](http://chancejs.com/#character) function currently accepts `alpha` and `symbols` attributes. \r\n\r\nIt would be nice if it could also be configured to return `numeric` and `alphanumeric` characters too.\r\n\r\nI am more than willing to due the work and submit a PR, including tests, but I wanted to gage your thoughts and interest in even adding it.\r\n\r\nAs a side note, the `alpha` documentation says...\r\n\r\n> Optionally specify alpha for only an alphanumeric character.\r\n\r\n...which isn't entirely true. It only returns *alphabetic* characters, never any numbers.\r\n\r\nAdding `alphanumeric` as an option would allow for that. I'd be more than happy to submit a PR to the `gh-pages` branch too, if you're cool with with the proposed changes."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/200",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/200/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/200/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/200/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/200",
                "id": 103661662,
                "number": 200,
                "title": "Genarate random file name",
                "user": {
                    "login": "hellboy81",
                    "id": 341600,
                    "avatar_url": "https://avatars.githubusercontent.com/u/341600?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/hellboy81",
                    "html_url": "https://github.com/hellboy81",
                    "followers_url": "https://api.github.com/users/hellboy81/followers",
                    "following_url": "https://api.github.com/users/hellboy81/following{/other_user}",
                    "gists_url": "https://api.github.com/users/hellboy81/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/hellboy81/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/hellboy81/subscriptions",
                    "organizations_url": "https://api.github.com/users/hellboy81/orgs",
                    "repos_url": "https://api.github.com/users/hellboy81/repos",
                    "events_url": "https://api.github.com/users/hellboy81/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/hellboy81/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 1,
                "created_at": "2015-08-28T07:17:55Z",
                "updated_at": "2016-03-13T05:33:46Z",
                "closed_at": null,
                "body": "Add random file name generator (with specified extension/with random extension)"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/195",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/195/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/195/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/195/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/195",
                "id": 98965034,
                "number": 195,
                "title": "[feature] *only* territories and/or armed_forces in state function",
                "user": {
                    "login": "mklaber",
                    "id": 939816,
                    "avatar_url": "https://avatars.githubusercontent.com/u/939816?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/mklaber",
                    "html_url": "https://github.com/mklaber",
                    "followers_url": "https://api.github.com/users/mklaber/followers",
                    "following_url": "https://api.github.com/users/mklaber/following{/other_user}",
                    "gists_url": "https://api.github.com/users/mklaber/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/mklaber/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/mklaber/subscriptions",
                    "organizations_url": "https://api.github.com/users/mklaber/orgs",
                    "repos_url": "https://api.github.com/users/mklaber/repos",
                    "events_url": "https://api.github.com/users/mklaber/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/mklaber/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 1,
                "created_at": "2015-08-04T13:11:19Z",
                "updated_at": "2015-08-04T13:19:28Z",
                "closed_at": null,
                "body": "It'd be neato if one could retrieve a random *U.S. Territory* or *AFO/FPO* from the `state` function without retrieving a typical *U.S. State/District of Columbia*. Perhaps a `states` parameter that defaults to `true`? When set to `false` and `territories` and/or `armed_forces` set to `true`, it'd only return one of the latter.\r\n\r\n```javascript\r\nchance.state({ states: false, territories: true, full: true})\r\n  => 'Puerto Rico' // but never 'New York'\r\n```\r\n\r\nUse case: code that needs to handle U.S. Territories and AFOs/FPOs differently than U.S. States.\r\n\r\nA workaround might be to expose `.territories()` and `.armed_forces()` as *hidden* functions and use something like lodash's `difference` function."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/194",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/194/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/194/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/194/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/194",
                "id": 97355807,
                "number": 194,
                "title": "Generate Random Objects!",
                "user": {
                    "login": "nvasilakis",
                    "id": 442100,
                    "avatar_url": "https://avatars.githubusercontent.com/u/442100?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/nvasilakis",
                    "html_url": "https://github.com/nvasilakis",
                    "followers_url": "https://api.github.com/users/nvasilakis/followers",
                    "following_url": "https://api.github.com/users/nvasilakis/following{/other_user}",
                    "gists_url": "https://api.github.com/users/nvasilakis/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/nvasilakis/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/nvasilakis/subscriptions",
                    "organizations_url": "https://api.github.com/users/nvasilakis/orgs",
                    "repos_url": "https://api.github.com/users/nvasilakis/repos",
                    "events_url": "https://api.github.com/users/nvasilakis/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/nvasilakis/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 5,
                "created_at": "2015-07-26T22:39:40Z",
                "updated_at": "2015-08-03T09:32:14Z",
                "closed_at": null,
                "body": "Hi -- thanks for the great library!\r\n\r\nIt seems it would be extremely easy and useful to implement getting whole random objects -- like person, web etc. It would mostly compile a set of random values for their fields.\r\n\r\nThis would be very useful for testing (suppose somebody wants randomly generated objects). A similar, albeit more advanced, idea would be to have a `chance.newObject(obj)` where obj is an object describing the _structure_ of the resulting object (i.e., allowing chance to fill in the values of the template).\r\n\r\nI would be interested to hear thoughts, and if you agree on the features I can send a pull request:)\r\n\r\nThanks again!"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/193",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/193/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/193/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/193/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/193",
                "id": 96792747,
                "number": 193,
                "title": "Generate a random svg?",
                "user": {
                    "login": "franciscop",
                    "id": 2801252,
                    "avatar_url": "https://avatars.githubusercontent.com/u/2801252?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/franciscop",
                    "html_url": "https://github.com/franciscop",
                    "followers_url": "https://api.github.com/users/franciscop/followers",
                    "following_url": "https://api.github.com/users/franciscop/following{/other_user}",
                    "gists_url": "https://api.github.com/users/franciscop/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/franciscop/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/franciscop/subscriptions",
                    "organizations_url": "https://api.github.com/users/franciscop/orgs",
                    "repos_url": "https://api.github.com/users/franciscop/repos",
                    "events_url": "https://api.github.com/users/franciscop/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/franciscop/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 4,
                "created_at": "2015-07-23T11:36:44Z",
                "updated_at": "2015-07-25T12:56:28Z",
                "closed_at": null,
                "body": "Is it within the scope of *chance* to generate a random svg? I think this might be doable (and I'm ready to give it a try) in javascript. I'm not looking for anything complex, just a background colour and maybe a couple of lines on top of it. The output would be a string that later you can inject in the DOM or save as a file."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/191",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/191/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/191/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/191/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/191",
                "id": 96580787,
                "number": 191,
                "title": "Error in Docs",
                "user": {
                    "login": "mjkaufer",
                    "id": 1483405,
                    "avatar_url": "https://avatars.githubusercontent.com/u/1483405?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/mjkaufer",
                    "html_url": "https://github.com/mjkaufer",
                    "followers_url": "https://api.github.com/users/mjkaufer/followers",
                    "following_url": "https://api.github.com/users/mjkaufer/following{/other_user}",
                    "gists_url": "https://api.github.com/users/mjkaufer/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/mjkaufer/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/mjkaufer/subscriptions",
                    "organizations_url": "https://api.github.com/users/mjkaufer/orgs",
                    "repos_url": "https://api.github.com/users/mjkaufer/repos",
                    "events_url": "https://api.github.com/users/mjkaufer/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/mjkaufer/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 6,
                "created_at": "2015-07-22T14:23:12Z",
                "updated_at": "2015-07-22T19:24:29Z",
                "closed_at": null,
                "body": "In the [docs](http://chancejs.com), at the usage section, the following expression is provided:\r\n\r\n```JavaScript\r\nchance.weighted([chance.fbid, chance.twitter, chance.ip], [10, 5, 1])();\r\n```\r\nHowever, executing this gets me the following error.\r\n\r\n```\r\nUncaught TypeError: this.natural is not a function\r\n    at Chance.fbid (http://chancejs.com/chance.js:951:40)\r\n    at <anonymous>:2:70\r\n    at Object.InjectedScript._evaluateOn (<anonymous>:895:140)\r\n    at Object.InjectedScript._evaluateAndWrap (<anonymous>:828:34)\r\n    at Object.InjectedScript.evaluate (<anonymous>:694:21)\r\n```\r\n\r\nThis error is thrown if the chance choses `chance.twitter` or `chance.ip` as well."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/183",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/183/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/183/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/183/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/183",
                "id": 80468642,
                "number": 183,
                "title": "chance.weighted returns undefined",
                "user": {
                    "login": "Zolmeister",
                    "id": 700546,
                    "avatar_url": "https://avatars.githubusercontent.com/u/700546?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/Zolmeister",
                    "html_url": "https://github.com/Zolmeister",
                    "followers_url": "https://api.github.com/users/Zolmeister/followers",
                    "following_url": "https://api.github.com/users/Zolmeister/following{/other_user}",
                    "gists_url": "https://api.github.com/users/Zolmeister/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/Zolmeister/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/Zolmeister/subscriptions",
                    "organizations_url": "https://api.github.com/users/Zolmeister/orgs",
                    "repos_url": "https://api.github.com/users/Zolmeister/repos",
                    "events_url": "https://api.github.com/users/Zolmeister/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/Zolmeister/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 2,
                "created_at": "2015-05-25T09:35:07Z",
                "updated_at": "2016-01-22T13:02:30Z",
                "closed_at": null,
                "body": "sometimes (randomly :smile:) chance.weighted will return undefined.\r\n\r\ne.g.\r\n\r\n```coffee\r\nchance.weighted ['a', 'b', 'c', 'd'], [0.23, 0.1, 0.122, 0.4] # undefined\r\n```"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/182",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/182/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/182/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/182/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/182",
                "id": 80278236,
                "number": 182,
                "title": "Feature request: relative times",
                "user": {
                    "login": "alexturek",
                    "id": 175027,
                    "avatar_url": "https://avatars.githubusercontent.com/u/175027?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/alexturek",
                    "html_url": "https://github.com/alexturek",
                    "followers_url": "https://api.github.com/users/alexturek/followers",
                    "following_url": "https://api.github.com/users/alexturek/following{/other_user}",
                    "gists_url": "https://api.github.com/users/alexturek/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/alexturek/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/alexturek/subscriptions",
                    "organizations_url": "https://api.github.com/users/alexturek/orgs",
                    "repos_url": "https://api.github.com/users/alexturek/repos",
                    "events_url": "https://api.github.com/users/alexturek/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/alexturek/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 0,
                "created_at": "2015-05-24T21:38:50Z",
                "updated_at": "2015-05-24T21:38:50Z",
                "closed_at": null,
                "body": "Hey everyone! I've been writing a number of integration tests for a codebase where we need to either view historical data, or schedule things in the future. I've already written `randomTimeInThePast` and as I was about to write `randomTimeInTheFuture` I figured I'd search for someone who was already doing random data generation, and here I am. I'm going to start using this library for (at minimum) random name/address generation, but I was thinking it could also use some code to do random time with constraints.\r\n\r\nI'd be happy to contribute the code myself, but I figured I'd ask a) how the owners of this library feel about that and b) what you think a good interface would be that would fit in with the current code.\r\n\r\nI was thinking this could be something like\r\n```\r\nchance.date({after: <Date object>})\r\n```\r\nfor future dates, and the same thing with `before` for historical dates."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/176",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/176/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/176/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/176/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/176",
                "id": 66920960,
                "number": 176,
                "title": "coordinates() method needs appropriate range for longitude",
                "user": {
                    "login": "drywall",
                    "id": 140851,
                    "avatar_url": "https://avatars.githubusercontent.com/u/140851?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/drywall",
                    "html_url": "https://github.com/drywall",
                    "followers_url": "https://api.github.com/users/drywall/followers",
                    "following_url": "https://api.github.com/users/drywall/following{/other_user}",
                    "gists_url": "https://api.github.com/users/drywall/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/drywall/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/drywall/subscriptions",
                    "organizations_url": "https://api.github.com/users/drywall/orgs",
                    "repos_url": "https://api.github.com/users/drywall/repos",
                    "events_url": "https://api.github.com/users/drywall/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/drywall/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 1,
                "created_at": "2015-04-07T15:50:02Z",
                "updated_at": "2015-05-26T19:54:48Z",
                "closed_at": null,
                "body": "I just generated ~80,000 coordinates with calls to chance.coordinates({fixed:8});\r\n\r\nNot a single one had a longtiude value <-90 or >90. It appears that the range for longitude values generated via coordinates() is -90 to 90 and not -180 to 180, as it is for chance.longitude(). This results in a pretty funny looking distribution when mapped..."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/175",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/175/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/175/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/175/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/175",
                "id": 66589712,
                "number": 175,
                "title": "How can I run the tests on Windows?",
                "user": {
                    "login": "oliversalzburg",
                    "id": 1658949,
                    "avatar_url": "https://avatars.githubusercontent.com/u/1658949?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/oliversalzburg",
                    "html_url": "https://github.com/oliversalzburg",
                    "followers_url": "https://api.github.com/users/oliversalzburg/followers",
                    "following_url": "https://api.github.com/users/oliversalzburg/following{/other_user}",
                    "gists_url": "https://api.github.com/users/oliversalzburg/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/oliversalzburg/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/oliversalzburg/subscriptions",
                    "organizations_url": "https://api.github.com/users/oliversalzburg/orgs",
                    "repos_url": "https://api.github.com/users/oliversalzburg/repos",
                    "events_url": "https://api.github.com/users/oliversalzburg/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/oliversalzburg/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 2,
                "created_at": "2015-04-06T11:56:30Z",
                "updated_at": "2015-05-12T07:29:42Z",
                "closed_at": null,
                "body": "Seems like `lodash-cli` is required, but not installed as a dev dependency. After I installed it manually, the tests still wouldn't run.\r\n\r\n```shell\r\nOliver@OLIVER-HOME /p/chancejs (feature/pick)\r\n$ npm test\r\n\r\n> chance@0.7.3 pretest p:\\chancejs\r\n> lodash compat -o test/lib/lodash/lodash.build.js\r\n\r\nCompressing lodash.build.min using the Closure Compiler (simple)...\r\nDone. Size: 18947 bytes.\r\nCompressing lodash.build.min using the Closure Compiler (advanced)...\r\nDone. Size: 18906 bytes.\r\nCompressing lodash.build.min using UglifyJS...\r\nDone. Size: 19014 bytes.\r\nCompressing lodash.build.min using hybrid (simple)...\r\nDone. Size: 18650 bytes.\r\nCompressing lodash.build.min using hybrid (advanced)...\r\nDone. Size: 18627 bytes.\r\n\r\n> chance@0.7.3 test p:\\chancejs\r\n> grunt jshint && grunt test\r\n\r\nRunning \"jshint:all\" (jshint) task\r\n>> 13 files lint free.\r\n\r\nDone, without errors.\r\nRunning \"mocha_phantomjs:all\" (mocha_phantomjs) task\r\nError loading resource file:///P:/chancejs/test/lib/mocha/mocha.css (203). Details: Error opening P:/chancejs/test/lib/mocha/mocha.css: The system cannot find t\r\nhe path specified.\r\nError loading resource file:///P:/chancejs/test/lib/requirejs/require.js (203). Details: Error opening P:/chancejs/test/lib/requirejs/require.js: The system can\r\nnot find the path specified.\r\nFailed to start mocha: Init timeout\r\nUnsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///p:/chancejs/node_modules/mocha-phantomjs/lib/mocha-phantomjs.coffee.\r\nDomains, protocols and ports must match.\r\n\r\nWarning: 255 tests failed Use --force to continue.\r\n\r\nAborted due to warnings.\r\nnpm ERR! Test failed.  See above for more details.\r\nnpm ERR! not ok code 0\r\n```"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/157",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/157/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/157/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/157/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/157",
                "id": 57786472,
                "number": 157,
                "title": "Strange behaviour when instantiated without new.",
                "user": {
                    "login": "brugnara",
                    "id": 2781191,
                    "avatar_url": "https://avatars.githubusercontent.com/u/2781191?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/brugnara",
                    "html_url": "https://github.com/brugnara",
                    "followers_url": "https://api.github.com/users/brugnara/followers",
                    "following_url": "https://api.github.com/users/brugnara/following{/other_user}",
                    "gists_url": "https://api.github.com/users/brugnara/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/brugnara/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/brugnara/subscriptions",
                    "organizations_url": "https://api.github.com/users/brugnara/orgs",
                    "repos_url": "https://api.github.com/users/brugnara/repos",
                    "events_url": "https://api.github.com/users/brugnara/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/brugnara/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 4,
                "created_at": "2015-02-16T10:18:50Z",
                "updated_at": "2015-02-17T16:35:15Z",
                "closed_at": null,
                "body": "I've tried:\r\n\r\n```js\r\nvar chance = require('chance')();\r\nconsole.log(chance.hash({length:15}));\r\n```\r\n\r\nBut this outputs always the **same** hash **each time** I relaunch the app.\r\n\r\nWith a **new** it works as expected.\r\n\r\n```js\r\nvar chance = new (require('chance'))();\r\n```"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/154",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/154/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/154/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/154/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/154",
                "id": 56184154,
                "number": 154,
                "title": "add RandExp functionality to library",
                "user": {
                    "login": "billymoon",
                    "id": 858868,
                    "avatar_url": "https://avatars.githubusercontent.com/u/858868?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/billymoon",
                    "html_url": "https://github.com/billymoon",
                    "followers_url": "https://api.github.com/users/billymoon/followers",
                    "following_url": "https://api.github.com/users/billymoon/following{/other_user}",
                    "gists_url": "https://api.github.com/users/billymoon/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/billymoon/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/billymoon/subscriptions",
                    "organizations_url": "https://api.github.com/users/billymoon/orgs",
                    "repos_url": "https://api.github.com/users/billymoon/repos",
                    "events_url": "https://api.github.com/users/billymoon/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/billymoon/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 0,
                "created_at": "2015-02-01T23:50:50Z",
                "updated_at": "2015-02-01T23:57:44Z",
                "closed_at": null,
                "body": "I made a tiny mixin to hook up RandExp with chance.js so that it becomes trivial to generate random strings that match a regex pattern definition, reproducibly (by providing seed to chance.js).\r\n\r\n    // mixin to return RandExp using: https://github.com/fent/randexp.js\r\n    // (must include randexp.js library before calling this mixin)\r\n    chance.mixin({\r\n        randexp: function (regex) {\r\n            var myRandExp = new RandExp(regex);\r\n            // redefine RandExp's random number generator to use chance's random function\r\n            myRandExp.randInt = function (a, b) {\r\n                return a + Math.floor(this.random() * (1 + b - a));\r\n            }.bind(this);\r\n            // return the randomly generated string, not the RandExp object\r\n            return myRandExp.gen();\r\n        }\r\n    });\r\n\r\n    for(var count = 10; count--;){\r\n       console.log( chance.randexp(/[0-1]{16} (cy|ro)bo(ts|rgs) bearing down on us/) );\r\n    }\r\n\r\nThis function alone satisfies my need for half of the functions available in chance.js (anything like a postcode or phone number etc... works great, but items relying on lists of data, like names are not so good) including half of all the times I want a function that is not already defined in chance.js - also, slightly more flexible to boot, making it easy to alter the regex definitions to something really specific.\r\n\r\nIt would be great to see this kind of functionality built into chance.js\r\n\r\n(see online demo here: http://jsfiddle.net/billymoon/Ltwk7pb8/2/)"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/151",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/151/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/151/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/151/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/151",
                "id": 55704856,
                "number": 151,
                "title": "[feature] Unambiguous string/characters",
                "user": {
                    "login": "anthonator",
                    "id": 420061,
                    "avatar_url": "https://avatars.githubusercontent.com/u/420061?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/anthonator",
                    "html_url": "https://github.com/anthonator",
                    "followers_url": "https://api.github.com/users/anthonator/followers",
                    "following_url": "https://api.github.com/users/anthonator/following{/other_user}",
                    "gists_url": "https://api.github.com/users/anthonator/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/anthonator/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/anthonator/subscriptions",
                    "organizations_url": "https://api.github.com/users/anthonator/orgs",
                    "repos_url": "https://api.github.com/users/anthonator/repos",
                    "events_url": "https://api.github.com/users/anthonator/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/anthonator/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 3,
                "created_at": "2015-01-28T02:16:43Z",
                "updated_at": "2015-03-16T17:49:21Z",
                "closed_at": null,
                "body": "It would be awesome if we could generate strings/characters that are unambiguous.\r\n\r\nExample of ambiguous characters:\r\n\r\n```\r\n0 O D Q \r\n1 I L J\r\n8 B \r\n5 S\r\n2 Z\r\n```\r\n\r\nThis isn't a complete list but a good place to start."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/142",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/142/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/142/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/142/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/142",
                "id": 54004333,
                "number": 142,
                "title": "CLI generators not so random",
                "user": {
                    "login": "mindjuice",
                    "id": 934638,
                    "avatar_url": "https://avatars.githubusercontent.com/u/934638?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/mindjuice",
                    "html_url": "https://github.com/mindjuice",
                    "followers_url": "https://api.github.com/users/mindjuice/followers",
                    "following_url": "https://api.github.com/users/mindjuice/following{/other_user}",
                    "gists_url": "https://api.github.com/users/mindjuice/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/mindjuice/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/mindjuice/subscriptions",
                    "organizations_url": "https://api.github.com/users/mindjuice/orgs",
                    "repos_url": "https://api.github.com/users/mindjuice/repos",
                    "events_url": "https://api.github.com/users/mindjuice/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/mindjuice/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 6,
                "created_at": "2015-01-11T20:49:07Z",
                "updated_at": "2015-12-02T01:07:19Z",
                "closed_at": null,
                "body": "When running generators from the new CLI feature, they are not very random.  Here is the output of calling \"chance word\" several times in a row:\r\n\r\nvapik\r\nteogefe\r\nsuvaflud\r\nut\r\ngibgewuga\r\ncim\r\ngendadel\r\nate\r\nrizjefjo\r\nro\r\ncim\r\ncof\r\ncim\r\nmi\r\ngibgewuga\r\ngibgewuga\r\ngendadel\r\nut\r\nteogefe\r\nalogikfur\r\n\r\nYou can see \"gibgewuga\" is repeated 3 times, as is \"cim\".  \"gendadel\" and \"teogefe\" are repeated twice.\r\n\r\nIt looks like this is not specific to \"word\", but rather systemic.  Similar results occur with \"chance name\":\r\n\r\nMadge Scott\r\nFlora Vaughn\r\nElsie Wallace\r\nVictoria Huff\r\nRicky Russell\r\nRodney Thornton\r\nBobby Swanson\r\nIda Carlson\r\nDennis Atkins\r\nEmily Bass\r\nMina Sims\r\nBettie Quinn\r\nJames Hamilton\r\nEsther Young\r\nAnne Weaver\r\nRodney Thornton\r\nAnne Weaver\r\nBernice Dunn\r\nLura Guzman\r\nCurtis Norris\r\nJesus Kim\r\nJesus Kim\r\nBernice Dunn\r\nBernice Dunn\r\nFrancis Ward\r\nBernice Dunn\r\nEmily Bass\r\nEsther Young\r\nBettie Quinn\r\n\r\nI haven't investigated yet, but I assume this is related to not having a true source of entropy at startup.  For the CLI to be useful, I think it needs a better source of entropy.  I'm sure even the CPU tick time would give better results."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/140",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/140/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/140/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/140/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/140",
                "id": 53760415,
                "number": 140,
                "title": "Coordinates in a more usable form",
                "user": {
                    "login": "jtmarmon",
                    "id": 4528076,
                    "avatar_url": "https://avatars.githubusercontent.com/u/4528076?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/jtmarmon",
                    "html_url": "https://github.com/jtmarmon",
                    "followers_url": "https://api.github.com/users/jtmarmon/followers",
                    "following_url": "https://api.github.com/users/jtmarmon/following{/other_user}",
                    "gists_url": "https://api.github.com/users/jtmarmon/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/jtmarmon/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/jtmarmon/subscriptions",
                    "organizations_url": "https://api.github.com/users/jtmarmon/orgs",
                    "repos_url": "https://api.github.com/users/jtmarmon/repos",
                    "events_url": "https://api.github.com/users/jtmarmon/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/jtmarmon/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 4,
                "created_at": "2015-01-08T15:11:13Z",
                "updated_at": "2015-01-08T17:15:06Z",
                "closed_at": null,
                "body": "Currently `chance.coordinates()` gives you something like `'12.1237121, 64.123123'`. However, usually coordinates are stored as an array in `[lat, lon]` format. In all of my test cases, I have to write `chance.coordinates().split(', ')`. \r\n\r\nI think this should be the default format, but wanted to get some opinions before I do a PR"
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/133",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/133/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/133/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/133/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/133",
                "id": 51975859,
                "number": 133,
                "title": "UA generator [feature]",
                "user": {
                    "login": "VikramTiwari",
                    "id": 1330677,
                    "avatar_url": "https://avatars.githubusercontent.com/u/1330677?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/VikramTiwari",
                    "html_url": "https://github.com/VikramTiwari",
                    "followers_url": "https://api.github.com/users/VikramTiwari/followers",
                    "following_url": "https://api.github.com/users/VikramTiwari/following{/other_user}",
                    "gists_url": "https://api.github.com/users/VikramTiwari/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/VikramTiwari/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/VikramTiwari/subscriptions",
                    "organizations_url": "https://api.github.com/users/VikramTiwari/orgs",
                    "repos_url": "https://api.github.com/users/VikramTiwari/repos",
                    "events_url": "https://api.github.com/users/VikramTiwari/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/VikramTiwari/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 1,
                "created_at": "2014-12-15T11:34:28Z",
                "updated_at": "2015-03-02T03:07:29Z",
                "closed_at": null,
                "body": "Can we have random UA generator in Chance as well? The one I prefer is random-ua.\r\n\r\nPS: Kudos to the awesomeness! Love the product."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/128",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/128/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/128/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/128/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/128",
                "id": 51084840,
                "number": 128,
                "title": "version option for guid() not documented",
                "user": {
                    "login": "oliversalzburg",
                    "id": 1658949,
                    "avatar_url": "https://avatars.githubusercontent.com/u/1658949?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/oliversalzburg",
                    "html_url": "https://github.com/oliversalzburg",
                    "followers_url": "https://api.github.com/users/oliversalzburg/followers",
                    "following_url": "https://api.github.com/users/oliversalzburg/following{/other_user}",
                    "gists_url": "https://api.github.com/users/oliversalzburg/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/oliversalzburg/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/oliversalzburg/subscriptions",
                    "organizations_url": "https://api.github.com/users/oliversalzburg/orgs",
                    "repos_url": "https://api.github.com/users/oliversalzburg/repos",
                    "events_url": "https://api.github.com/users/oliversalzburg/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/oliversalzburg/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 0,
                "created_at": "2014-12-05T10:39:37Z",
                "updated_at": "2014-12-05T10:39:37Z",
                "closed_at": null,
                "body": "The documentation does not mention that `guid()` accepts a `version` option."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/95",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/95/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/95/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/95/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/95",
                "id": 47723805,
                "number": 95,
                "title": "Regexp parser for random strings",
                "user": {
                    "login": "gampleman",
                    "id": 69144,
                    "avatar_url": "https://avatars.githubusercontent.com/u/69144?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/gampleman",
                    "html_url": "https://github.com/gampleman",
                    "followers_url": "https://api.github.com/users/gampleman/followers",
                    "following_url": "https://api.github.com/users/gampleman/following{/other_user}",
                    "gists_url": "https://api.github.com/users/gampleman/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/gampleman/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/gampleman/subscriptions",
                    "organizations_url": "https://api.github.com/users/gampleman/orgs",
                    "repos_url": "https://api.github.com/users/gampleman/repos",
                    "events_url": "https://api.github.com/users/gampleman/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/gampleman/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 0,
                "created_at": "2014-11-04T15:15:26Z",
                "updated_at": "2014-11-04T15:15:26Z",
                "closed_at": null,
                "body": "Hi, I've written a library that provides random data generators. Mine are more oriented towards standard programming concepts, but I have a piece of code that parses regular expressions and creates a random string generator based on that, so I thought you might be interested:\r\n\r\nHere's the [annotated source code](http://code.gampleman.eu/quick_check.js/#section-37) and here's the [generated JavaScript](https://github.com/gampleman/quick_check.js/blob/master/dist/jasmine-quick-check.js#L484)."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/87",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/87/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/87/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/87/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/87",
                "id": 42454461,
                "number": 87,
                "title": "Auto-clamp mode",
                "user": {
                    "login": "seiyria",
                    "id": 763609,
                    "avatar_url": "https://avatars.githubusercontent.com/u/763609?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/seiyria",
                    "html_url": "https://github.com/seiyria",
                    "followers_url": "https://api.github.com/users/seiyria/followers",
                    "following_url": "https://api.github.com/users/seiyria/following{/other_user}",
                    "gists_url": "https://api.github.com/users/seiyria/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/seiyria/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/seiyria/subscriptions",
                    "organizations_url": "https://api.github.com/users/seiyria/orgs",
                    "repos_url": "https://api.github.com/users/seiyria/repos",
                    "events_url": "https://api.github.com/users/seiyria/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/seiyria/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 3,
                "created_at": "2014-09-10T20:07:29Z",
                "updated_at": "2014-09-10T20:17:58Z",
                "closed_at": null,
                "body": "I would like to be able to specify an option to auto-clamp a value between min and max when doing chance.bool."
            },
            {
                "url": "https://api.github.com/repos/chancejs/chancejs/issues/78",
                "repository_url": "https://api.github.com/repos/chancejs/chancejs",
                "labels_url": "https://api.github.com/repos/chancejs/chancejs/issues/78/labels{/name}",
                "comments_url": "https://api.github.com/repos/chancejs/chancejs/issues/78/comments",
                "events_url": "https://api.github.com/repos/chancejs/chancejs/issues/78/events",
                "html_url": "https://github.com/chancejs/chancejs/issues/78",
                "id": 39751853,
                "number": 78,
                "title": "Random tree generation?",
                "user": {
                    "login": "Kallin",
                    "id": 158169,
                    "avatar_url": "https://avatars.githubusercontent.com/u/158169?v=3",
                    "gravatar_id": "",
                    "url": "https://api.github.com/users/Kallin",
                    "html_url": "https://github.com/Kallin",
                    "followers_url": "https://api.github.com/users/Kallin/followers",
                    "following_url": "https://api.github.com/users/Kallin/following{/other_user}",
                    "gists_url": "https://api.github.com/users/Kallin/gists{/gist_id}",
                    "starred_url": "https://api.github.com/users/Kallin/starred{/owner}{/repo}",
                    "subscriptions_url": "https://api.github.com/users/Kallin/subscriptions",
                    "organizations_url": "https://api.github.com/users/Kallin/orgs",
                    "repos_url": "https://api.github.com/users/Kallin/repos",
                    "events_url": "https://api.github.com/users/Kallin/events{/privacy}",
                    "received_events_url": "https://api.github.com/users/Kallin/received_events",
                    "type": "User",
                    "site_admin": false
                },
                "labels": [],
                "state": "open",
                "locked": false,
                "assignee": null,
                "milestone": null,
                "comments": 3,
                "created_at": "2014-08-07T18:04:57Z",
                "updated_at": "2015-03-02T15:58:51Z",
                "closed_at": null,
                "body": "Great looking library!\r\n\r\nI'm building some D3 visualizations, and they require generating random structured data.\r\nHere's one using random trees:\r\n\r\nhttp://codepen.io/Kallin/full/vzgnF/\r\n\r\nI was thinking of encapsulating the generation code into a more generic lib, then saw chance.js and thought maybe it would work well in there. Interested in me making a pull request to add some tree-generation? Could be other structures in the future as I explore more of D3. Let me know, I can try putting together a pull request!"
            }
        ],
        "headers": {
            "server": "GitHub.com",
            "date": "Mon, 21 Mar 2016 22:10:21 GMT",
            "content-type": "application/json; charset=utf-8",
            "content-length": "64404",
            "connection": "close",
            "status": "200 OK",
            "x-ratelimit-limit": "5000",
            "x-ratelimit-remaining": "4990",
            "x-ratelimit-reset": "1458601129",
            "cache-control": "private, max-age=60, s-maxage=60",
            "vary": "Accept, Authorization, Cookie, X-GitHub-OTP, Accept-Encoding",
            "etag": "\"5a1773162bcf9ba96c39259a7d4d1e58\"",
            "x-oauth-scopes": "user, repo, gist",
            "x-accepted-oauth-scopes": "repo",
            "x-github-media-type": "github.v3; format=json",
            "link": "<https://api.github.com/repositories/10828733/issues?access_token=33c087cd01a6c66e8f2bb78bd9e9390d37137bb6&page=2>; rel=\"next\", <https://api.github.com/repositories/10828733/issues?access_token=33c087cd01a6c66e8f2bb78bd9e9390d37137bb6&page=2>; rel=\"last\"",
            "access-control-expose-headers": "ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval",
            "access-control-allow-origin": "*",
            "content-security-policy": "default-src 'none'",
            "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
            "x-content-type-options": "nosniff",
            "x-frame-options": "deny",
            "x-xss-protection": "1; mode=block",
            "x-served-by": "b0ef53392caa42315c6206737946d931",
            "x-github-request-id": "4F421F77:1805E:7402CA6:56F0714D"
        }
    }
]