{"id":22222068,"url":"https://github.com/fabiospampinato/uint-rng","last_synced_at":"2025-08-12T02:36:53.804Z","repository":{"id":57689846,"uuid":"494228448","full_name":"fabiospampinato/uint-rng","owner":"fabiospampinato","description":"A tiny insorphic Random Number Generator for generating 1/8/16/32/64-bits unsigned integers.","archived":false,"fork":false,"pushed_at":"2025-01-13T23:16:11.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T18:07:26.633Z","etag":null,"topics":["generator","integer","number","random","rng","uint8"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabiospampinato.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"fabiospampinato","custom":"https://www.paypal.me/fabiospampinato"}},"created_at":"2022-05-19T21:02:22.000Z","updated_at":"2025-01-13T23:16:16.000Z","dependencies_parsed_at":"2025-07-27T16:32:43.940Z","dependency_job_id":"bcaebeb9-28e8-4ecd-95e4-7daa1f43df0a","html_url":"https://github.com/fabiospampinato/uint-rng","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fabiospampinato/uint-rng","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint-rng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint-rng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint-rng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint-rng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/uint-rng/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint-rng/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269814211,"owners_count":24479354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["generator","integer","number","random","rng","uint8"],"created_at":"2024-12-02T23:16:46.157Z","updated_at":"2025-08-12T02:36:53.783Z","avatar_url":"https://github.com/fabiospampinato.png","language":"JavaScript","funding_links":["https://github.com/sponsors/fabiospampinato","https://www.paypal.me/fabiospampinato"],"categories":[],"sub_categories":[],"readme":"# Uint RNG\n\nA tiny isomorphic Random Number Generator for generating 1/8/16/32/64-bits unsigned integers.\n\n## Install\n\n```sh\nnpm install uint-rng\n```\n\n## Usage\n\n```ts\nimport RNG from 'uint-rng';\n\n// Let's generate some random numbers\n\nRNG.get1 (); // =\u003e 0\nRNG.get8 (); // =\u003e 72\nRNG.get16 (); // =\u003e 23291\nRNG.get32 (); // =\u003e 1129029\nRNG.get64 (); // =\u003e 16020485623009486818n\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fuint-rng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Fuint-rng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fuint-rng/lists"}