JuliaRandom / JuliaRandom/RandomNumbers.jl
Jump functions for Xorshift family
- Lingua principale
- Julia
- Stelle
- 100
- Fork
- 23
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.