Hi,

Have anybody implemented an arbitrary jump ahead for Mersenne Twister in 
julia?

I saw that the randjump documentation that goes as following:

randjump(*r::MersenneTwister*, *jumps*[, *jumppoly*]) → 
Vector{MersenneTwister}

Create an array of the size jumps of initialized MersenneTwister RNG 
objects where the first RNG object given as a parameter and following 
MersenneTwister RNGs in the array initialized such that a state of the RNG 
object in the array would be moved forward (without generating numbers) 
from a previous RNG object array element on a particular number of steps 
encoded by the jump polynomial jumppoly

Given that, my question would reduce to: how do I encode an arbitrary 
number of step (N) in a *jumppoly* ?

thanks!

Reply via email to