{"id":20875984,"url":"https://github.com/juliarandom/randomnumbers.jl","last_synced_at":"2026-01-28T15:30:53.086Z","repository":{"id":48323928,"uuid":"57117272","full_name":"JuliaRandom/RandomNumbers.jl","owner":"JuliaRandom","description":"Random Number Generators for the Julia Language.","archived":false,"fork":false,"pushed_at":"2024-04-22T20:37:27.000Z","size":2785,"stargazers_count":96,"open_issues_count":16,"forks_count":21,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-22T22:04:14.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://juliarandom.github.io/RandomNumbers.jl/stable","language":"Julia","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/JuliaRandom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2016-04-26T09:53:31.000Z","updated_at":"2024-04-22T20:37:31.000Z","dependencies_parsed_at":"2024-04-22T21:51:22.176Z","dependency_job_id":null,"html_url":"https://github.com/JuliaRandom/RandomNumbers.jl","commit_stats":{"total_commits":198,"total_committers":18,"mean_commits":11.0,"dds":"0.43939393939393945","last_synced_commit":"20992caa581473dc805f9236760c35d96fbc4f29"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaRandom%2FRandomNumbers.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaRandom%2FRandomNumbers.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaRandom%2FRandomNumbers.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaRandom%2FRandomNumbers.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaRandom","download_url":"https://codeload.github.com/JuliaRandom/RandomNumbers.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243249011,"owners_count":20260768,"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-11-18T06:49:23.429Z","updated_at":"2026-01-28T15:30:53.058Z","avatar_url":"https://github.com/JuliaRandom.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RandomNumbers.jl\n*Random number generators for the Julia language.*\n\nBuild Status\n[![Build Status](https://github.com/JuliaRandom/RandomNumbers.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaRandom/RandomNumbers.jl/actions/workflows/ci.yml)\n\nCode Coverage:\n[![codecov.io](https://codecov.io/github/JuliaRandom/RandomNumbers.jl/coverage.svg?branch=master)](https://codecov.io/github/JuliaRandom/RandomNumbers.jl?branch=master)\n\nDocumentation:\n[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliarandom.github.io/RandomNumbers.jl/stable/)\n[![Devel Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliarandom.github.io/RandomNumbers.jl/dev/)\n\n**RandomNumbers.jl** is a package of [Julia](http://julialang.org/), in which several random number generators (RNGs)\nare provided.\n\nIf you use the Intel Math Kernel Library (MKL), [`VSL.jl`](https://github.com/JuliaRandom/VSL.jl) is also a good\nchoice for random number generation.\n\n## Installation\n\nThis package is registered. The stable version of this package requires Julia `0.7+`. You can install it by:\n```julia\n(v1.0) pkg\u003e add RandomNumbers\n```\nIt is recommended to run the test suites before using the package:\n```julia\n(v1.0) pkg\u003e test RandomNumbers\n```\n\n## RNG Families\n\nThere are four RNG families in this package:\n\n- [PCG](http://juliarandom.github.io/RandomNumbers.jl/stable/man/pcg/):\n    A new family of RNG, based on *linear congruential generators*, using a *permuted function* to produce much\n    more random output.\n- [Mersenne Twister](http://juliarandom.github.io/RandomNumbers.jl/stable/man/mersenne-twisters/):\n    The most widely used RNG, with long period.\n- [Random123](http://juliarandom.github.io/RandomNumbers.jl/stable/man/random123/):\n    A family of good-performance *counter-based* RNG.\n- [Xorshift](http://juliarandom.github.io/RandomNumbers.jl/stable/man/xorshifts/):\n    A class of RNG based on *exclusive or* and *bit shift*.\n\nNote that `Random123` is now made a separate package as [Random123.jl](https://github.com/JuliaRandom/Random123.jl).\n\n## Usage\n\nPlease see the [documentation](http://juliarandom.github.io/RandomNumbers.jl/stable/man/basics/) for usage of this package.\n\n## License\n\nThis package is under [MIT License](./LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliarandom%2Frandomnumbers.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliarandom%2Frandomnumbers.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliarandom%2Frandomnumbers.jl/lists"}