/dev/urandom wallpaper

mx=1920;my=1200;head -c "$((3*mx*my))" /dev/urandom | convert -depth 8 -size "${mx}x${my}" RGB:- -colorspace gray +level 28%,38% -fill "#13384B" -tint 100 random.png

Needs imagemagick.