src/image.c @@ -207,6 +207,7 @@ int i; for(i = 0; i < h*w*c; ++i){ out.data[i] = rand_normal(); //out.data[i] = rand()%3; } return out; }