{"id":15107600,"url":"https://github.com/polymathorg/random-numbers","last_synced_at":"2026-02-24T03:07:01.358Z","repository":{"id":93121341,"uuid":"605563386","full_name":"PolyMathOrg/random-numbers","owner":"PolyMathOrg","description":"Project to provide different random number generators for the Pharo programming language","archived":false,"fork":false,"pushed_at":"2023-06-01T21:54:40.000Z","size":25,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-05T14:42:15.990Z","etag":null,"topics":["pharo","pharo-smalltalk","polymath","random","random-generation","smalltalk"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","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/PolyMathOrg.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":"2023-02-23T12:28:32.000Z","updated_at":"2023-02-23T14:17:30.000Z","dependencies_parsed_at":"2023-06-05T00:15:16.753Z","dependency_job_id":null,"html_url":"https://github.com/PolyMathOrg/random-numbers","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/PolyMathOrg/random-numbers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Frandom-numbers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Frandom-numbers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Frandom-numbers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Frandom-numbers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PolyMathOrg","download_url":"https://codeload.github.com/PolyMathOrg/random-numbers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Frandom-numbers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281185454,"owners_count":26457747,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"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":["pharo","pharo-smalltalk","polymath","random","random-generation","smalltalk"],"created_at":"2024-09-25T21:40:28.800Z","updated_at":"2025-10-26T23:06:59.265Z","avatar_url":"https://github.com/PolyMathOrg.png","language":"Smalltalk","readme":"\u003cp align=\"center\"\u003e\u003cimg alt=\"PolyMath\" src=\"https://raw.githubusercontent.com/PolyMathOrg/PolyMath/master/assets/logos/logo.png\" style=\"width: 25%; height: 25%\"\u003e\n\u003ch1 align=\"center\"\u003e[PolyMath: Random Numbers]\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n    Scientific Computing with Pharo\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/PolyMathOrg/PolyMath/wiki\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/PolyMathOrg/PolyMath/issues/new?labels=Type%3A+Defect\"\u003eReport a defect\u003c/a\u003e\n    |\n    \u003ca href=\"https://github.com/PolyMathOrg/PolyMath/issues/new?labels=Type%3A+Feature\"\u003eRequest feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n[![CI](https://github.com/PolyMathOrg/random-numbers/actions/workflows/continuous.yml/badge.svg)](https://github.com/PolyMathOrg/random-numbers/actions/workflows/continuous.yml)\n[![Coverage Status](https://coveralls.io/repos/github/PolyMathOrg/random-numbers/badge.svg?branch=main)](https://coveralls.io/github/PolyMathOrg/random-numbers?branch=main)\n[![Pharo version](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-9-%23aac9ff.svg)](https://pharo.org/download)\n\nProject to provide different random number generators for the Pharo programming language\n\n## Installation\n\nTo install this project on your Pharo image, execute the following script: \n\n```Smalltalk\nMetacello new\n\tgithubUser: 'PolyMathOrg' project: 'random-numbers' commitish: 'v1.x.x' path: 'src';\n\tbaseline: 'MathRandomNumbers';\n\tload\n```\n\nTo add TinyLogger to your baseline:\n\n```Smalltalk\nspec\n\tbaseline: 'MathRandomNumbers'\n\twith: [ spec repository: 'github://PolyMathOrg/random-numbers:v1.x.x/src' ]\n```\n\nNote you can replace the #master by another branch such as #development or a tag such as #v1.0.0, #v1.? or #v1.2.? .\n\n## Quick start\n\n\u003e TODO\n\n## Smalltalk versions compatibility\n\n| Version \t| Compatible Pharo versions    |\n|-------------\t|------------------------------|\n| 1.x.x       \t| Pharo 90, 10, 11 |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolymathorg%2Frandom-numbers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolymathorg%2Frandom-numbers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolymathorg%2Frandom-numbers/lists"}