This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Description
I added a new test project which can be used for testing results on different platforms.
If you want to test it on your platform:
- Start the sandbox
node sandbox.js
- Run command
./Tevador.RandomJS.Test.exe --threads 2 --seed 123 --count 1000
The number of threads can be adjusted according to the number of cores of your processor. The command generates 1000 random programs and calculates a cumulative hash of all the outputs.
So far I have tested:
- Intel Ivy Bridge, Windows x86_64
- Intel Sandy Bridge, Ubuntu x86_64
- AMD Ryzen, Ubuntu x86_64
- Raspberry PI, Ubuntu armv7l
- Intel Kaby Lake R, Windows x86_64
In all cases the result is 3cc26d6be7f5f542e8037247deec69c2e3a3d70db67dac5371f86e06fbe3c8cc.
(Valid as of commit 79d3c4c)