Assume:
<group>
lorand=0 hirand=0.5 seq_length=2
<region> sample=RED seq_position=1
<region> sample=BLACK seq_position=2
<group>
lorand=0.5 hirand=1.0 seq_length=4
<region> sample=BLUE seq_position=1
<region> sample=YELLOW seq_position=2
<region> sample=ORANGE seq_position=3
<region> sample=PURPLE seq_position=4
1)hit any key .... say random gets evaluated to 0.25
->RED plays
2)hit any key .... say random gets evaluated to 0.75
->BLUE plays
3)hit any key .... say random gets evaluated to 1.0
->YELLOW plays
4)hit any key .... say random gets evaluated to 0.6
->ORANGE plays
5)hit any key .... say random gets evaluated to 0.0
BLACK plays.
Two sequences, one for each random group. but in principle each region could have a different sequence length
I dont know how i could be clearer.
