{"id":16439218,"url":"https://github.com/posva/rndm","last_synced_at":"2026-02-06T03:03:21.248Z","repository":{"id":15776627,"uuid":"18515677","full_name":"posva/Rndm","owner":"posva","description":"Random number generation for vim","archived":false,"fork":false,"pushed_at":"2014-04-07T12:43:43.000Z","size":148,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T21:58:51.926Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","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/posva.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}},"created_at":"2014-04-07T12:08:43.000Z","updated_at":"2017-01-13T18:48:05.000Z","dependencies_parsed_at":"2022-09-04T14:13:12.496Z","dependency_job_id":null,"html_url":"https://github.com/posva/Rndm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/posva/Rndm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posva%2FRndm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posva%2FRndm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posva%2FRndm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posva%2FRndm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posva","download_url":"https://codeload.github.com/posva/Rndm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posva%2FRndm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29147409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-11T09:08:32.635Z","updated_at":"2026-02-06T03:03:21.223Z","avatar_url":"https://github.com/posva.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"Rndm.vim\n====\n\n*Author:  Charles E. Campbell, Jr.*\n\nDate:    Aug 12, 2008\n\nVersion: 4f\tASTRO-ONLY\n\nDiscussion:  algorithm developed at MIT\n\n`Rndm.vim` uses three pseudo-random seed variables\n\n`g:rndm_m1 g:rndm_m2 g:rndm_m3`\n\nEach should be on the interval 0 - 100,000,000\n\n* `RndmInit(s1,s2,s3)`: takes three arguments to set the three seeds (optional)\n\n* `Rndm()`            : generates a pseudo-random variate on [0,100000000)\n\n* `Urndm(a,b)`        : generates a uniformly distributed pseudo-random variate on the interval [a,b]\n\n* `Dice(qty,sides)`   : emulates a variate from sum of \"qty\" user-specified dice, each of which can take on values [1,sides]\n\n* `SetDeck(N)`        : returns a pseudo-random \"deck\" of integers from 1..N (actually, a list of pseudo-randomly distributed integers)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposva%2Frndm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposva%2Frndm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposva%2Frndm/lists"}