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}
30 14 40 31 30 36 33 28 42 40 28 41 24 12 43 26 31 47 35 45 17 35 16 27 49
{sequence random, rows=25, minimal=10, maximal=50, unique } {$sequence} {/sequence}
32 19 43 26 50 33 21 15 17 31 41 30 29 16 42 46 28 10 49 27 39 18 45 34 47

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 256 1024 16384 512 256 8192 512
{sequence prime,   rows=10, randomly, to=1000      } {$sequence} {/sequence}
211 401 241 103 151 569 59 647 433 653

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




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

(c) 2003-2025 Herbert Groot Jebbink