JuliaRandom / JuliaRandom/RandomNumbers.jl

RNG list to be implemented

Open
#1 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
100
Forks
23
PR merge metrics
No merged PRs in 30d

Description

As discussed before, I'd like to implement various RNGs in this package. And temporarily they are listed in the following:

Four from [Random123](https://www.deshawresearch.com/resources_random123.html):
- [x] Threefry
- [x] Philox
- [x] AESNI
- [x] ARS

The [xorshift families](http://xoroshiro.di.unimi.it/):
- [x] xoroshiro128+
- [x] xorshift128+
- [x] xorshift1024*

Six from [SPRNG](http://www.sprng.org/)
- [ ] Combined Multiple Recursive Generator
- [ ] 48 Bit Linear Congruential Generator with Prime Addend
- [ ] 64 Bit Linear Congruential Generator with Prime Addend
- [ ] Modified Lagged Fibonacci Generator
- [ ] Multiplicative Lagged Fibonacci Generator
- [ ] Prime Modulus Linear Congruential Generator

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.