ZirconiumX wrote: Doesn't SF have its own PRNG? Surely the odds are way against the PRNG being able to generate *exactly* the same keys.
So wouldn't you have to regenerate the hash again?
Using the same keys natively would be quicker.
But since I have no status here, I'm not going to argue with you.
Matthew:out
Matthew, all Polyglot books readers must use exactly the same random keys to guarantee interoperability.
The probability that a random PRNG is able to produce exactly the same 781 pseudo random 64bits keys in exactly the correct order is practically zero. So the only possibility to implement a Polyglot book is to copy the keys from the original source. No other way.
It is a pity that the author of the book format published just the keys and not the algorithm he used to generate them. That would have been nicer and allowed engine developers to recalculate Polyglot keys at startup...but unfortunatly this is currently not possible given the published information (at best of my knowledge).
P.S: You can argue with everybody, the validity of what all we write does not depend on what you call "status" (that means nothing), but, being a technical forum, depends on the content.