Abstract: Multiple recursive generators with constant, as the high-order extension of linear congruence generators, form an important class of pseudorandom number generators that are widely used in ...
To support recursive generators, the call stack needs to be reified. It must be heap allocated if the generator escapes. What about non-tail recursive functions or recursive calls that do not consume ...