Remove unwanted comments

This commit is contained in:
Joop Schilder 2020-11-14 11:18:16 +01:00
parent 18d7cce366
commit f72bbfbe96
1 changed files with 0 additions and 3 deletions

View File

@ -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