{"id":22362724,"url":"https://github.com/pragmagic/isaac","last_synced_at":"2025-04-09T16:17:50.532Z","repository":{"id":87212995,"uuid":"68317876","full_name":"pragmagic/isaac","owner":"pragmagic","description":"ISAAC PRNG implementation on Nim","archived":false,"fork":false,"pushed_at":"2017-11-16T05:27:29.000Z","size":4,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T16:17:45.491Z","etag":null,"topics":["cryptography","nim","random","rng"],"latest_commit_sha":null,"homepage":null,"language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pragmagic.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}},"created_at":"2016-09-15T17:57:20.000Z","updated_at":"2024-11-15T01:22:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1724520-c087-4a46-9ca4-1c8e07cd8788","html_url":"https://github.com/pragmagic/isaac","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmagic%2Fisaac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmagic%2Fisaac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmagic%2Fisaac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmagic%2Fisaac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pragmagic","download_url":"https://codeload.github.com/pragmagic/isaac/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065282,"owners_count":21041872,"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","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":["cryptography","nim","random","rng"],"created_at":"2024-12-04T17:11:07.622Z","updated_at":"2025-04-09T16:17:50.503Z","avatar_url":"https://github.com/pragmagic.png","language":"Nim","readme":"# isaac\n\nNim implementation of [ISAAC](http://www.burtleburtle.net/bob/rand/isaacafa.html) -\na cryptographically secure PRNG.\n\nAPI:\n```nim\ntype IsaacGenerator* = ref object\n\nproc newIsaacGenerator*(seed: array[256, uint32]): IsaacGenerator\n  ## Initializes and returns ISAAC PRNG instance.\n  ## Make sure the seed is an array of *true random values* obtained from a\n  ## source like urandom. Otherwise, security of the algorithm is compromised.\n\nproc nextU32*(generator: IsaacGenerator): uint32\n  ## Returns the next generated 32-bit value\n\nproc randomUint32*(generator: IsaacGenerator): uint32\n  ## Alias for ``nextU32``. Added for compatibility with nim-random library.\n```\n\n## License\nThis library is licensed under the MIT license.\nRead [LICENSE](https://github.com/pragmagic/isaac/blob/master/LICENSE) file for details.\n\nCopyright (c) 2016 Xored Software, Inc.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpragmagic%2Fisaac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpragmagic%2Fisaac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpragmagic%2Fisaac/lists"}