Hi, I found a work around for this.
Say I have a group of 4 pictures that must be displayed 3 times in random order with no overlap (4 pics, 4 pics, 4 pics). Instead of using list of stimuli I use WGR to randomize by assigning each repetition of the 4 items a WGR. Then select one of the pics and assign it a WGR or 0 in all repetitions. by strategically positioning that pic overlap can be avoided. So it would look like this (working with pic 3):
WGR STIMULI
1 pic 1
1 pic 2
1 pic 4
0 pic 3
______________________
2 pic 1
2 pic 2
0 pic 3
2 pic 4
_______________________
0 pic 3
3 pic 1
3 pic 2
3 pic 4
It's not pure randomization but it works for me.