Sharing the code for a program that I’ve recently written. This program uses Python to Med100kx8 random number generator to implement Scott’s latest Random Walk Bias Amplification (RWBA) method with advanced processing methods for increased effect size in anomalous cognition details.
The program output depicts a bar-chart, a spinning cube, and an audio tone that all react to the output of the random number generator. The goal is to use mental influence exerted on the random number generator to cause the program to respond in the desired manner - make the cube spin faster, make the bar chart fill more, make the audio tone increase in frequency.
The program supports various modes. You may select one-tailed, in which a single direction of influence (the RNG produces either more 0s or more 1s) is attempted. More interestingly, two-tailed is also supported, in which the user attempts to switch between attempting to influencing in both directions, thus turning the provided indicator ON and/or OFF based on hitting upper or lower probability targets. More details descriptions are included in the Github repos, links below.
All runs are continuously executed, which means numbers are constantly pulled from the RNG without the user needing to manually trigger. The program can be configured to run for a given number of seconds or to continue indefinitely until the user signals to stop.
The basic version of this program does not store any data to a database. I expect this will be the more popular implementation as it’s simpler to configure. There is a more advanced version that accumulates a large variety of data throughout the trial, including solar data, local environment conditions, subjective user information, EEG, GSR, etc, which would allow for much more thorough result analysis. I’m linking that version below also.
A short demo of a two-tailed (bi-directional influence to turn ON/OFF) program run is included below.
Github repo - no database (simplified install)
Both versions are fully compatible with OSX and Windows. I know a couple of you have gotten this running already, which is great. I’m happy to answer questions if there are issues.