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

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 8192 65536 256 4096 16384 256 32768 8192
{sequence prime,   rows=10, randomly, to=1000      } {$sequence} {/sequence}
487 373 829 827 61 449 433 173 373 641

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




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

(c) 2003-2025 Herbert Groot Jebbink