JuliaRandom / JuliaRandom/RandomNumbers.jl
Jump functions for Xorshift family
- Langage dominant
- Julia
- Étoiles
- 100
- Forks
- 23
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.