{"id":29108551,"url":"https://github.com/nemuelw/shuffler","last_synced_at":"2025-06-29T06:11:39.238Z","repository":{"id":196397738,"uuid":"695063693","full_name":"nemuelw/shuffler","owner":"nemuelw","description":"Go package with 6 popular shuffling algorithms","archived":false,"fork":false,"pushed_at":"2023-09-25T04:04:09.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T18:48:41.516Z","etag":null,"topics":["algorithms","durstenfeld","fisher-yates-shuffle","golang","golang-package","knuth-algorithm","riffle-shuffle","sattolo","shuffle","shuffling","shuffling-algorithm"],"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/nemuelw.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}},"created_at":"2023-09-22T09:19:48.000Z","updated_at":"2024-06-07T23:57:01.000Z","dependencies_parsed_at":"2023-12-18T15:13:45.071Z","dependency_job_id":"5ced50a5-0d25-40e5-8763-a9edc2c496e8","html_url":"https://github.com/nemuelw/shuffler","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"123f11c3b21664237a2ba3863d28929d9da5798b"},"previous_names":["nemzyxt/shuffler","nemuelw/shuffler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nemuelw/shuffler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Fshuffler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Fshuffler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Fshuffler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Fshuffler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nemuelw","download_url":"https://codeload.github.com/nemuelw/shuffler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Fshuffler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262545043,"owners_count":23326665,"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":["algorithms","durstenfeld","fisher-yates-shuffle","golang","golang-package","knuth-algorithm","riffle-shuffle","sattolo","shuffle","shuffling","shuffling-algorithm"],"created_at":"2025-06-29T06:11:38.734Z","updated_at":"2025-06-29T06:11:39.229Z","avatar_url":"https://github.com/nemuelw.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shuffler\n\nGo package with 6 popular shuffling algorithms\n\n## Installation\n\n```\ngo get github.com/nemzyxt/shuffler\n```\n\n## Usage\n\nExample:\n\n```\npackage main\n\nimport (\n    \"fmt\"\n    \"github.com/nemzyxt/shuffler\"\n)\n\nfunc main() {\n    arr := [5]int{1, 2, 3, 4, 5}\n    shuffler.FisherYatesShuffle[int](arr[:]) // use the Fisher-Yates algorithm\n    fmt.Println(arr)\n}\n```\n\n## Supported Algorithms\n\n- Fisher-Yates Shuffle\n- Knuth Shuffle\n- Sattolo's Shuffle\n- Durstenfeld Shuffle\n- Cohen's Shuffle\n- Riffle/Perfect Shuffle\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemuelw%2Fshuffler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemuelw%2Fshuffler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemuelw%2Fshuffler/lists"}