diff --git a/random_boolean_network.php b/random_boolean_network.php index 2d95cc6..b53a9a4 100644 --- a/random_boolean_network.php +++ b/random_boolean_network.php @@ -3,9 +3,6 @@ /* Random boolean network in PHP (7.4+). Inspired by the Computerphile Video: https://www.youtube.com/watch?v=mCML2B94rUg - The use of random_int combined with modulo leads to better randomness entropy. - Formally correct as the relations with other cells are bitshifted in the right order. - Not that it matters, as it's randomly chosen, but done anyway for the sake of repeatability. Joop Schilder Fri 13 Nov