{"id":16785190,"url":"https://github.com/kohsuke/wordnet-random-name","last_synced_at":"2025-04-04T10:06:25.199Z","repository":{"id":15763487,"uuid":"18502335","full_name":"kohsuke/wordnet-random-name","owner":"kohsuke","description":"Human friendly random name generator for tests","archived":false,"fork":false,"pushed_at":"2024-06-24T14:56:02.000Z","size":166,"stargazers_count":133,"open_issues_count":0,"forks_count":35,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T09:04:10.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/kohsuke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2014-04-07T00:04:29.000Z","updated_at":"2025-01-10T09:49:46.000Z","dependencies_parsed_at":"2024-06-24T15:39:22.227Z","dependency_job_id":"f5a41050-78a4-4684-b41f-5ca93a8ce5ce","html_url":"https://github.com/kohsuke/wordnet-random-name","commit_stats":{"total_commits":30,"total_committers":6,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"c69646098f1cf48a7163af5fbac903303938e420"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kohsuke%2Fwordnet-random-name","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kohsuke%2Fwordnet-random-name/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kohsuke%2Fwordnet-random-name/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kohsuke%2Fwordnet-random-name/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kohsuke","download_url":"https://codeload.github.com/kohsuke/wordnet-random-name/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247155792,"owners_count":20893110,"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":[],"created_at":"2024-10-13T08:08:27.290Z","updated_at":"2025-04-04T10:06:25.173Z","avatar_url":"https://github.com/kohsuke.png","language":"Java","funding_links":[],"categories":["测试"],"sub_categories":[],"readme":"# Human-friendly Random Name Generator\n\nThis little library generates human friendly random identifiers. For example, given the following\ncode,\n\n    RandomNameGenerator rnd = new RandomNameGenerator(0);\n\n    for (int i=0; i\u003c10; i++)\n        System.out.println(rnd.next());\n\nThe output will be as follows:\n\n    constructive_carrot\n    flexible_designer\n    linear_fund\n    popular_leaf\n    steady_parent\n    abstract_rest\n    controversial_supply\n    fragrant_absorption\n    lively_cassette\n    powerful_destruction\n\nIn testing, these names are more useful than number-based random names, as they are more memorable to\nhumans.\n\nThe generator is based on a fixed dictionary of about 600 adjectives and 2400 nouns, thereby\nproducing little more than 1.5 million unique combinations. If you keep calling the `next()`\nmethod beyond this limit, it'll start producing the same name again.\n\nThe generator is pseudo-random, meaning if you provide the same seed value, it'll always\ngenerate the same sequence of identifiers.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkohsuke%2Fwordnet-random-name","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkohsuke%2Fwordnet-random-name","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkohsuke%2Fwordnet-random-name/lists"}