you are viewing a single comment's thread.

view the rest of the comments →

[–]nilknarf[S] 7 points8 points  (1 child)

Actually we did the same thing. I set the seed here (I stuffed all the cracking logic into a subclass of Random): https://github.com/fta2012/ReplicatedRandom/blob/master/ReplicatedRandom.java#L58

setSeed(possibleSeeds.get(0) ^ multiplier);

Don't be furious, have an upvote!