to generate a random boolean network: [x]
* a truth table taking three inputs is randomly generated
* each node gets inputs from three randomly selected nodes
* each node gets assigned a randomly chosen boolean value
* the next value of a node is determined by looking up its input values in the truth table
the uppermost row represents the initial state of the network - refresh this page to generate another random boolean network
find out more about random boolean networks:
* Gershenson, C., 2004. Introduction to random Boolean networks. arXiv preprint nlin/0408006.
(https://arxiv.org/abs/nlin/0408006)
* Random Boolean Networks - Computerphile
(https://www.youtube.com/watch?v=mCML2B94rUg)