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}
14 41 42 44 43 18 42 47 19 17 38 33 23 24 12 29 16 44 19 16 46 14 17 30 37
{sequence random, rows=25, minimal=10, maximal=50, unique } {$sequence} {/sequence}
40 12 38 47 11 30 49 17 25 18 23 16 34 48 35 14 26 21 22 19 39 13 20 44 28

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 512 8192 2048 2048 32768 65536 256 512
{sequence prime,   rows=10, randomly, to=1000      } {$sequence} {/sequence}
37 277 739 907 47 79 17 241 223 587

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}
13 10 14 16 11 17 15 18 20 12 19
{mySeq randomize=5} {$sequence} {/mySeq}
11 13 10 14 16




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

(c) 2003-2025 Herbert Groot Jebbink