LociOiling Lv 1
This is a standalone command-line Lua script, not a foldit recipe.
This script processes the scriptlog output of the foldit "Randomeer" recipe to produce a bitmap in PNG format.
The goal is to visually assess the quality of the random number generator. The output from this script can be compared to the output of the LuaRandom script.
See https://www.random.org/analysis/#visual for a detailed example
This script is based on the PHP script found in http://boallen.com/random-numbers.html
This script is shared as a foldit recipe, but requires a standalone Lua environment.
This is a command-line LUA program. The command line syntax is:
lua LuaRandom.lua scriptlog outfile.png
where scriptlog is the foldit script log from the randomeer recipe, (for example, scriptlog.default.xml) and outfile is the output file name.