Group: Administrators
Posts: 13K,
Visits: 104K
|
> My script usually work normally when there. However, Sometimes "Please wait we'll be ready shortly" is displayed.
When the pseudo-random sequence generation generation in the 1st block fails, the script will try over and over again from the very start to find a sequence that satisfies your specified selection constraints. The script will move on once it has found one. Either (1) relax your constraints, (2) pre-generate sequences in some other way and have the script select one of the prepared sequences or (3) go for normal randomization as discussed previously.
|