{"id":16299645,"url":"https://github.com/koji/deno-mtrand","last_synced_at":"2026-04-12T23:55:17.899Z","repository":{"id":62421555,"uuid":"277984203","full_name":"koji/deno-mtrand","owner":"koji","description":"mt19937 for Deno","archived":false,"fork":false,"pushed_at":"2020-09-16T04:58:30.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-03T09:27:14.724Z","etag":null,"topics":["deno","denoland","random","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koji.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-08T03:52:49.000Z","updated_at":"2020-09-16T04:58:32.000Z","dependencies_parsed_at":"2022-11-01T17:45:47.332Z","dependency_job_id":null,"html_url":"https://github.com/koji/deno-mtrand","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/koji/deno-mtrand","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2Fdeno-mtrand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2Fdeno-mtrand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2Fdeno-mtrand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2Fdeno-mtrand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koji","download_url":"https://codeload.github.com/koji/deno-mtrand/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2Fdeno-mtrand/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31734350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","denoland","random","typescript"],"created_at":"2024-10-10T20:48:55.883Z","updated_at":"2026-04-12T23:55:17.859Z","avatar_url":"https://github.com/koji.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦕 deno-mtrand\n\n[Deno](https://deno.land) module starter repository.\n\n## Usage\n\n```typescript\nimport { mtrand } from \"https://deno.land/x/mtrand/mod.ts\";\n\nconst rand = mtrand(0);\nfor(let i=0; i\u003c10; i++) {\n  console.log(`${i} - ${rand.next().value}`)\n}\n```\n\n### castUint32\ncast number to Uint32\nparameter number\n\n### mtrand\ngenerate number with mt19937 method\nparameter number\n\n## Test\n\n```bash\n# unit tests\ndeno ./test.ts\n```\n\n## Format code\n\n```bash\ndeno fmt **/*.ts\n```\n\n## Resources\n\n- [Deno Website](https://deno.land)\n- [Deno Style Guide](https://github.com/denoland/deno/blob/master/docs/contributing/style_guide.md)\n- [Deno Gitter](https://gitter.im/denolife/Lobby)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoji%2Fdeno-mtrand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoji%2Fdeno-mtrand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoji%2Fdeno-mtrand/lists"}