{"id":20624860,"url":"https://github.com/seantolstoyevski/crndm","last_synced_at":"2026-05-13T12:40:43.299Z","repository":{"id":57696442,"uuid":"492027143","full_name":"SeanTolstoyevski/crndm","owner":"SeanTolstoyevski","description":"RDRAND Instruction  for Golang (created for simpleness and purity)","archived":false,"fork":false,"pushed_at":"2023-05-26T13:38:10.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T13:15:17.938Z","etag":null,"topics":["assembly","go","golang","random","random-number-generator","rdrand","rdseed","x86-64"],"latest_commit_sha":null,"homepage":"","language":"Go","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/SeanTolstoyevski.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":"2022-05-13T20:06:32.000Z","updated_at":"2024-09-21T13:44:55.000Z","dependencies_parsed_at":"2024-06-20T03:29:45.654Z","dependency_job_id":null,"html_url":"https://github.com/SeanTolstoyevski/crndm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanTolstoyevski%2Fcrndm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanTolstoyevski%2Fcrndm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanTolstoyevski%2Fcrndm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanTolstoyevski%2Fcrndm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeanTolstoyevski","download_url":"https://codeload.github.com/SeanTolstoyevski/crndm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242394443,"owners_count":20120941,"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":["assembly","go","golang","random","random-number-generator","rdrand","rdseed","x86-64"],"created_at":"2024-11-16T13:07:08.583Z","updated_at":"2025-10-23T18:32:53.050Z","avatar_url":"https://github.com/SeanTolstoyevski.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRNDM - Generate Random Numbers with Hardware\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/SeanTolstoyevski/crndm.svg)](https://pkg.go.dev/github.com/SeanTolstoyevski/crndm)\n\n## Benchmark Results:\n\n### Note\n\n`Rdrand` and `Rdseed` instructions  are **not designed for speed**. Moreover, the process is even slower because Golang cannot inline assembly codes.\n\n***\n\n```bash\n...\u003ego test -bench=.\ngoos: windows\ngoarch: amd64\npkg: github.com/SeanTolstoyevski/crndm\ncpu: Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz\nBenchmarkCrmdnAsUint64-12       10217383               115.6 ns/op\nBenchmarkCrmdnAsUint32-12       10326488               116.5 ns/op\nBenchmarkCrmdnAsUint16-12       10796784               114.0 ns/op\nPASS\nok      github.com/SeanTolstoyevski/crndm       4.756s\n```\n\n## Sources\n\n[Rdrand - Wikipedia](https://en.wikipedia.org/wiki/RDRAND)\n\n[A Quick Guide to Go's Assembler - The Go Programming Language](https://go.dev/doc/asm)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseantolstoyevski%2Fcrndm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseantolstoyevski%2Fcrndm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseantolstoyevski%2Fcrndm/lists"}