altf4 / untwister

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

Add support for microsoft srand / rand prng algorithms #44

Open DaniloNC opened 4 years ago

DaniloNC commented 4 years ago

Microsoft has its own implementation of the unix srand/rand functions.

This python code is an example of their rand implementation: https://gist.github.com/DaniloNC/89ff515689d5f6d7f2a585b098e2c03e#file-microsoft_rand_prng-py