https://github.com/juliarandom/random123.jl
Julia implementation of Random123.
https://github.com/juliarandom/random123.jl
Last synced: 3 months ago
JSON representation
Julia implementation of Random123.
- Host: GitHub
- URL: https://github.com/juliarandom/random123.jl
- Owner: JuliaRandom
- License: other
- Created: 2019-02-11T03:07:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-24T22:44:41.000Z (7 months ago)
- Last Synced: 2026-03-10T20:07:46.852Z (3 months ago)
- Language: Julia
- Homepage: http://juliarandom.github.io/RandomNumbers.jl/stable/man/random123/
- Size: 133 KB
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Random123.jl
*Julia implementation of [Random123](https://www.deshawresearch.com/resources_random123.html)*
Build Status:
[](https://github.com/JuliaRandom/Random123.jl/actions)
Code Coverage:
[](https://codecov.io/github/JuliaRandom/Random123.jl?branch=master)
See [RandomNumbers.jl](https://github.com/JuliaRandom/RandomNumbers.jl) for details. The documentation is also
hosted [there](http://juliarandom.github.io/RandomNumbers.jl/stable/man/random123/).
# Installation
This package is registered. The stable version of this package requires Julia `1.8`. You can install it by:
```julia
(v1.5) pkg> add Random123
```
And then you can run the tests:
```julia
(v1.5) pkg> test Random123
```
This package is under [MIT License](./LICENSE.md). The original license of Random123 can be found
[here](./ORIGINAL_LICENSE).