- Obtain a copy of this repository, either by cloning or downloading and extracting the zip
-
Open a command prompt (
Windows Key
+r
->cmd.exe
) or terminal window. -
Navigate to the folder containing the scripts with the
cd
command.4a. e.g.
cd C:\Users\Lego\Downloads\Project_Xe-main\Project_Xe-main\src
-
Run
pip install numpy
(you only need to do this once!) -
Run the script with the command
python main.py
See this handy video to see how to apply this tool.
xoroshiro128+が連続して出力する128個の乱数列(64bit)の下位1bitから内部状態(128bit=64bit+64bit)を逆算するプログラムです.
src/test.pyが逆算が成功しているproofになっています. たぶん色々書き換えれば逆算ツールになるはずです.