add and antiprime bell biquadratic catalan caterer ceil chance composite cubic cullen decagonal divide emirp enneadecagonal eval even exponentiation fibonacci floor gnomonic golomb gould happy harshad heptadecagonal heptagonal hexagonal icosihenagonal identity kaprekar kolakoski kynea list loop lucas lucky mersenne modulo moserdebruijn multiple multiply nand negation newmanConway nor not octagonal octahedral odd oeis or palindrome pell pentagonal perfect perrin polite power powerful prime pronic random range recaman repeat round semiprime square step strong substract sylvester tetrahedral triangular tribonacci xnor xor xpadovan
random
basic/random.pad
|
HTML
|
RESULT
|
{sequence random, minimal=100, maximal=199} {$sequence} {/sequence}
|
157 124 177 198 169 163 134 109 104 189
|
random/random.pad
The sequence 'random'
|
HTML
|
RESULT
|
{sequence:random rows=25, minimal=10, maximal=50 } {$sequence} {/sequence:random}
|
32 23 18 48 50 25 40 20 46 42 39 37 31 23 19 28 24 45 50 25 36 16 44 45 47
|
{sequence:random rows=25, minimal=10, maximal=50, unique } {$sequence} {/sequence:random}
|
24 46 22 20 45 25 30 12 44 23 31 41 36 39 32 37 35 43 26 18 10 42 33 49 11
|
{sequence:random rows=15, minimal=10, maximal=50, increment=5 } {$sequence} {/sequence:random}
|
45 40 40 15 20 15 40 40 15 35 35 50 45 10 50
|
play/single/random.pad
|
HTML
|
RESULT
|
{sequence even, rows=5} {$sequence} {/sequence}
|
2 4 6 8 10
|
{sequence random=4, rows=10} {$sequence} {/sequence}
|
14 16 17 24 26 28 31 34 38 40
|
{sequence even, random=4, rows=5} {$sequence} {/sequence}
|
6 26 44 50 52
|
play/double/random.pad
|
HTML
|
RESULT
|
{sequence '11..14', push='one'}
|
|
{sequence '5..2', push='two'}
|
|
{sequence one} {$sequence} {/sequence}
|
11 12 13 14
|
{sequence two} {$sequence} {/sequence}
|
5 4 3 2
|
{sequence one, random='two'} {$sequence} {/sequence}
|
13
|
keepRemoveFlag/random.pad
|
HTML
|
RESULT
|
{sequence 25, push='mySequence'}
|
|
{pull mySequence, make, random=4} {$sequence} {/pull}
|
1 5 7 10 12 14 17 20
|
{pull mySequence, keep, random=4} {$sequence} {/pull}
|
2 9 15 17
|
{pull mySequence, remove, random=4} {$sequence} {/pull}
|
1 2 3 4 5 6 8 10 11 12 14 15 16 17 18 19 22 24
|
{pull mySequence, flag, random=4} {$sequence} {/pull}
|
0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0
|
|