JuliaRandom / RandomNumbers.jl

Random Number Generators for the Julia Language.
https://juliarandom.github.io/RandomNumbers.jl/stable
Other
97 stars 23 forks source link

RandomNumbers.jl

Random number generators for the Julia language.

Build Status Build Status

Code Coverage: codecov.io

Documentation: Stable Documentation Devel Documentation

RandomNumbers.jl is a package of Julia, in which several random number generators (RNGs) are provided.

If you use the Intel Math Kernel Library (MKL), VSL.jl is also a good choice for random number generation.

Installation

This package is registered. The stable version of this package requires Julia 0.7+. You can install it by:

(v1.0) pkg> add RandomNumbers

It is recommended to run the test suites before using the package:

(v1.0) pkg> test RandomNumbers

RNG Families

There are four RNG families in this package:

Note that Random123 is now made a separate package as Random123.jl.

Usage

Please see the documentation for usage of this package.

License

This package is under MIT License.