Giter VIP home page Giter VIP logo

randomnumbers.jl's Introduction

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:

  • PCG: A new family of RNG, based on linear congruential generators, using a permuted function to produce much more random output.
  • Mersenne Twister: The most widely used RNG, with long period.
  • Random123: A family of good-performance counter-based RNG.
  • Xorshift: A class of RNG based on exclusive or and bit shift.

Note that Random123 is now made a separate package as Random123.jl. You can still use your old code with RandomNumbers.Random123 as long as you import Random123 manually.

Usage

Please see the documentation for usage of this package.

License

This package is under MIT License.

randomnumbers.jl's People

Contributors

sunoru avatar milankl avatar haoxuanguo avatar gregplowman avatar chrisrackauckas avatar currymj avatar robertfeldt avatar musm avatar staticfloat avatar iblislin avatar kristofferc avatar mortenpi avatar pallharaldsson avatar yingboma avatar jakobnissen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.