altf4 / untwister

Seed recovery tool for PRNGs
GNU General Public License v3.0
359 stars 42 forks source link

Reimplemented rand/sand to be within GlibcRand class; OSX passes all tes... #20

Closed moloch-- closed 9 years ago

moloch-- commented 9 years ago

Glibc's rand() and srand() are now implemented within the GlibcRand class. This should fix the threading issues and system-specific rand() bugs.

altf4 commented 9 years ago

Aww... did you see my commit?: e917995c8c90f528b3bfb3f86cfc3323c7a6c289

It implements the glibc rand. It's in my master branch already.

moloch-- commented 9 years ago

Whooopsie