JuliaRandom / JuliaRandom/RandomNumbers.jl

Jump functions for Xorshift family

Abierto
#38 2 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

From http://xoroshiro.di.unimi.it

> All generators, being based on linear recurrences, provide jump functions that make it possible to simulate any number of calls to the next-state function in constant time, once a suitable jump polynomial has been computed. We provide ready-made jump functions for a number of calls equal to the square root of the period, to make it easy generating non-overlapping sequences for parallel computations.

Would it be possible to implement jump functions in this package?
This seems like a nice addition for parallel usage.

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.