{"id":32266832,"url":"https://github.com/opyapeus/purescript-pseudo-random","last_synced_at":"2026-02-19T23:36:11.932Z","repository":{"id":58246186,"uuid":"148214868","full_name":"opyapeus/purescript-pseudo-random","owner":"opyapeus","description":" A pseudo random value generator like System.Random in Haskell.","archived":false,"fork":false,"pushed_at":"2019-10-05T11:38:32.000Z","size":12,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-24T06:24:14.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PureScript","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/opyapeus.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}},"created_at":"2018-09-10T20:27:10.000Z","updated_at":"2019-10-05T11:43:20.000Z","dependencies_parsed_at":"2022-08-31T04:40:14.581Z","dependency_job_id":null,"html_url":"https://github.com/opyapeus/purescript-pseudo-random","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/opyapeus/purescript-pseudo-random","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opyapeus%2Fpurescript-pseudo-random","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opyapeus%2Fpurescript-pseudo-random/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opyapeus%2Fpurescript-pseudo-random/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opyapeus%2Fpurescript-pseudo-random/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opyapeus","download_url":"https://codeload.github.com/opyapeus/purescript-pseudo-random/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opyapeus%2Fpurescript-pseudo-random/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29636584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-10-22T21:51:57.697Z","updated_at":"2026-02-19T23:36:11.904Z","avatar_url":"https://github.com/opyapeus.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# purescript-pseudo-random\n\n[![Build status](https://travis-ci.org/opyapeus/purescript-pseudo-random.svg?branch=master)](https://travis-ci.org/opyapeus/purescript-pseudo-random)\n\nA pseudo random value generator like [System.Random](http://hackage.haskell.org/package/random) in Haskell.\n\nThis library depends on [purescript-lcg](https://github.com/purescript/purescript-lcg) using linear congruential generator algorithm (LCG).\n\n## Examples\n\n```PureScript\n\u003e import Random.PseudoRandom\n\u003e randomRs 0 10 5 (mkSeed 1)\n[3,8,1,5,9]\n\u003e randomRs 0.0 10.0 5 (mkSeed 1)\n[0.00022477936010098986,0.8503244914348818,6.0135260531741785,8.916112770753035,9.679557019695434]\n\u003e randomRs true false 5 (mkSeed 1)\n[false,false,true,true,true]\n\u003e randomRs 'a' 'z' 5 (mkSeed 1)\n['p','u','c','l','h']\n```\n\n## Installation\n\n```sh\nbower install purescript-pseudo-random\n```\n\n## Documentation\n\nModule documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-pseudo-random).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopyapeus%2Fpurescript-pseudo-random","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopyapeus%2Fpurescript-pseudo-random","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopyapeus%2Fpurescript-pseudo-random/lists"}