|
|
|
|
|
by pbsd
4364 days ago
|
|
Skipping ahead is not new; it is a well-known fact that any linearly recurrent generator, such as WELL, Xorshift, or Mersenne Twister can skip ahead via matrix exponentiation. And it is not the only way to get good independent streams either; hooking a cipher with a counter is arguably a superior way to do it, cf [1]. [1] http://www.thesalmons.org/john/random123/papers/random123sc1... |
|