{"id":20856108,"url":"https://github.com/luismendes070/securerandom","last_synced_at":"2026-05-27T15:03:19.312Z","repository":{"id":123726344,"uuid":"580891589","full_name":"luismendes070/SecureRandom","owner":"luismendes070","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-21T18:06:10.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T05:06:13.585Z","etag":null,"topics":["apache-commons","complex-numbers","java","random","securerandom"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luismendes070.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-12-21T18:05:13.000Z","updated_at":"2022-12-21T18:07:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae338b62-7102-47d1-982f-dead329a7576","html_url":"https://github.com/luismendes070/SecureRandom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luismendes070/SecureRandom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismendes070%2FSecureRandom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismendes070%2FSecureRandom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismendes070%2FSecureRandom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismendes070%2FSecureRandom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luismendes070","download_url":"https://codeload.github.com/luismendes070/SecureRandom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismendes070%2FSecureRandom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33570993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["apache-commons","complex-numbers","java","random","securerandom"],"created_at":"2024-11-18T04:28:37.931Z","updated_at":"2026-05-27T15:03:19.293Z","avatar_url":"https://github.com/luismendes070.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SecureRandom\n\n\u003ccode\u003e\n\nimport java.security.SecureRandom;\nimport org.apache.commons.math3.complex.Complex;\n\npublic class ComplexRandom {\n    // Secure random number generator\n    private static final SecureRandom RANDOM = new SecureRandom();\n\n    public static void main(String[] args) {\n        // Generate a complex random number\n        Complex complex = new Complex(RANDOM.nextDouble(), RANDOM.nextDouble() * 2 - 1);\n        System.out.println(complex);\n    }\n}\n\n\u003c/code\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluismendes070%2Fsecurerandom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluismendes070%2Fsecurerandom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluismendes070%2Fsecurerandom/lists"}