From f72bbfbe96ac18dbe3e51b201c3c23501b7a9a16 Mon Sep 17 00:00:00 2001 From: Joop Schilder Date: Sat, 14 Nov 2020 11:18:16 +0100 Subject: [PATCH] Remove unwanted comments --- random_boolean_network.php | 3 --- 1 file changed, 3 deletions(-) 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