What weight values do you have for the rows in your nested stimuli
List? Do you have those all set to 1? Do you have any rows that
repeat the same value?
It will help to simplify your program for test purposes. Replace your
nested stimuli List with one that has only 3 to 5 rows, with simple
values like A, B, C, ... Set that to Sequential order and see what
happens. You should get that to simply run sequentially through all
those rows, and then repeat over & over. Then set to Random and see
what happens -- you should get A, B, C, ... in some shuffled order,
then again, etc.
Finally, try setting your nested stimuli List back to Sequential
order. You should get all your stimuli to run in order, and then
again in that order, etc.
Write back with your results.
-- David McFarlane