Worked yout the directory issue? So you got the block-random.php put in the right place?
It does not go in the blocks folder. It goes in the modules/gallery folder
If you renamed your gallery, you need to change the name in the link in the block also.
Code:
http://your.server/modules.php?op=modload&name=your-gallery-name&file=index&include=block-random.php
replace
your-gallery-name with your Gallery module's name.
If you did not change the name of the gallery module, then it should simply be
gallery.
Also replace
your.server with your servers name.
mikem