PAD - PHP Application Driver


home | manual | reference | regression | sequence | develop | apps


Sequences


Concepts | Sequences | Actions | Examples | Reference

Examples

Examples ! Many are generated and do not always make sence,
the examples from 'specials' are hand crafted and gives a good view of what the Sequences subsystem of PAD can do.



sequences | specials | random | play/single | play/double | keepRemoveFlag

all   parms   random   randomize   randomize_vs_shuffle   total  


There are main 3 ways for randomizing, a sequence (random), an option (randomly) and an action (randomize)

The sequence 'random'

HTML RESULT
{sequence random, rows=25, minimal=10, maximal=50         } {$sequence} {/sequence}
47 13 45 40 12 47 40 25 25 13 35 40 48 27 43 25 35 45 45 45 42 37 28 36 47
{sequence random, rows=25, minimal=10, maximal=50, unique } {$sequence} {/sequence}
43 14 37 39 13 30 15 40 25 11 28 31 46 50 44 22 19 45 18 36 17 48 23 35 33

The sequence option 'randomly'

Here the loop index is randomly set before the sequence is executed.

HTML RESULT
{sequence power=2, rows=10, randomly, from=8, to=16} {$sequence} {/sequence}
16384 16384 32768 8192 4096 4096 4096 4096 16384
{sequence prime,   rows=10, randomly, to=1000      } {$sequence} {/sequence}
653 773 607 179 479 641 103 241 53 877

The sequence action 'randomize'

HTML RESULT
{sequence from=10, to=20, push='mySeq'}
{mySeq}             {$sequence} {/mySeq}
10 11 12 13 14 15 16 17 18 19 20
{mySeq randomize  } {$sequence} {/mySeq}
19 16 18 12 17 14 10 13 11 20 15
{mySeq randomize=5} {$sequence} {/mySeq}
20 18 12 17 11




home | manual | reference | regression | sequence | develop | apps

(c) 2003-2025 Herbert Groot Jebbink