anmart / UniversalCardGameRandomizer

A randomizer meant for TCG/CCG video games
2 stars 1 forks source link

Implement random seed #2

Closed etr2460 closed 8 years ago

etr2460 commented 8 years ago

Sent the contents of the seed textbox to the randomizer, generated the random object with the seed, then used that object for all shuffles.

Returns the same result for the same seed ("test") and a different result for a different seed ("test2")

anmart commented 8 years ago

didn't expect anyone to actually care enough to submit a pull request on this project, thanks for the support ^^