JuliaRandom / JuliaRandom/RandomNumbers.jl

RNG list to be implemented

Abierto
#1 7 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Julia
Estrellas
100
Forks
23
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.