{"id":16037192,"url":"https://github.com/elichai/random-rs","last_synced_at":"2025-10-17T05:41:11.017Z","repository":{"id":62443587,"uuid":"204371887","full_name":"elichai/random-rs","owner":"elichai","description":"A trait for random number generation","archived":false,"fork":false,"pushed_at":"2019-08-27T17:05:18.000Z","size":64,"stargazers_count":9,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T09:57:34.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elichai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-26T01:25:27.000Z","updated_at":"2023-06-28T20:40:13.000Z","dependencies_parsed_at":"2022-11-01T22:16:39.770Z","dependency_job_id":null,"html_url":"https://github.com/elichai/random-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elichai%2Frandom-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elichai%2Frandom-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elichai%2Frandom-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elichai%2Frandom-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elichai","download_url":"https://codeload.github.com/elichai/random-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871644,"owners_count":20361378,"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-08T22:11:17.951Z","updated_at":"2025-10-17T05:41:10.932Z","avatar_url":"https://github.com/elichai.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# random-rs\n[![Build Status](https://travis-ci.org/elichai/random-rs.svg?branch=master)](https://travis-ci.org/elichai/random-rs)\n[![Build Status](https://ci.appveyor.com/api/projects/status/j6lo8inj8qp0xxgu?svg=true)](https://ci.appveyor.com/project/elichai/random-rs)\n\n\nThis repository is highly inspired by the [rand](http://crates.io/crates/rand) crate.\nBut it plans to give something a bit different. this is meant to give a very minimalistic random generation with as little crates + code as possible.\nAnd keep backwards compatibily for as long as possible.\n\n## Rust version requirements\n`random-rs` is currently tested against rust 1.13.0. it might also support older compilers, but no promises.\nThe plan is to keep supporting 1.13 as long as possible, in a case where a bump will be needed it will be accompanied by a major version bump.\n\n## Crates\n | name                                                 | version | purpose                                                    | algorithm                                                                                                                                        |\n |------------------------------------------------------|---------|------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n | [random-trait](http://crates.io/crates/random-trait) | [![Latest version](https://img.shields.io/crates/v/random-trait.svg)](https://crates.io/crates/random-trait)  | The main trait, let's you randomly generate generic types  | The only part that requires a specific algorithm here is the floating points, using https://mumble.net/~campbell/2014/04/28/uniform-random-float |\n | [random-fast-rng](https://crates.io/crates/random-fast-rng) | [![Latest version](https://img.shields.io/crates/v/random-fast-rng.svg)](https://crates.io/crates/random-fast-rng)  | Blazing fast **non cryptographic** random number generator | Uses Pcg32 and seeds it from system time                                                                                                         |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felichai%2Frandom-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felichai%2Frandom-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felichai%2Frandom-rs/lists"}