{"id":22402195,"url":"https://github.com/jackkimmins/rand","last_synced_at":"2026-04-28T17:05:46.678Z","repository":{"id":144139127,"uuid":"443734913","full_name":"jackkimmins/RAND","owner":"jackkimmins","description":"Random Numbers Seeded with WebCam Feed","archived":false,"fork":false,"pushed_at":"2022-01-02T10:40:58.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T09:56:41.435Z","etag":null,"topics":["csharp","opencv","random-number-generators","webcam"],"latest_commit_sha":null,"homepage":"","language":"C#","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/jackkimmins.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-02T10:14:42.000Z","updated_at":"2022-01-17T20:05:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"781101f0-a6e0-41d5-b13e-63bd8e66cc59","html_url":"https://github.com/jackkimmins/RAND","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackkimmins/RAND","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkimmins%2FRAND","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkimmins%2FRAND/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkimmins%2FRAND/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkimmins%2FRAND/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackkimmins","download_url":"https://codeload.github.com/jackkimmins/RAND/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkimmins%2FRAND/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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":["csharp","opencv","random-number-generators","webcam"],"created_at":"2024-12-05T09:11:45.596Z","updated_at":"2026-04-28T17:05:46.658Z","avatar_url":"https://github.com/jackkimmins.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RAND\nRandom Numbers Seeded with WebCam Feed\n\n1. Gets frame from video source using OpenCV.\n2. Converts it to a byte array.\n3. Hashes it using CRC32 to get an int.\n4. Use that int to seed the Random generator.\n\n## Demo\n```csharp\nusing System;\n\nnamespace RAND\n{\n    class Program\n    {\n        static void Main(string[] args)\n        {     \n            RAND random = new RAND();\n                   \n            while (true)\n            {\n                random.GenSeed();\n                Console.WriteLine(random.Next(1, 100));\n                Console.ReadLine();\n            }\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkimmins%2Frand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackkimmins%2Frand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkimmins%2Frand/lists"}