Update changed the random seed

This commit is contained in:
Lev
2021-06-26 18:27:18 -05:00
parent bae4e12969
commit 1a8444e965

View File

@ -4,7 +4,7 @@
function setup() {
createCanvas(900, 600);
background(0);
randomSeed(0);
//randomSeed(0);
}
//////////////////////////////////////////
function draw() {