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

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}
4096 512 8192 1024 4096 4096 8192 256 4096
{sequence prime,   rows=10, randomly, to=1000      } {$sequence} {/sequence}
181 863 241 883 17 809 877 227 461 971

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




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

(c) 2003-2025 Herbert Groot Jebbink