An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Random123.jl
*Julia implementation of [Random123](https://www.deshawresearch.com/resources_random123.html)*

Build Status:
[![Build Status](https://github.com/JuliaRandom/Random123.jl/workflows/CI%20Build/badge.svg?branch=master)](https://github.com/JuliaRandom/Random123.jl/actions)

Code Coverage:
[![codecov.io](https://codecov.io/github/JuliaRandom/Random123.jl/coverage.svg?branch=master)](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).