1Testing.randomIntArray(3kaya)Kaya module referenceTesting.randomIntArray(3kaya)
2
3
4

NAME

6       Testing::randomIntArray - Return a random list of integers
7

SYNOPSIS

9       [Int] randomIntArray( Int minsize=0, Int maxsize=1000 )
10

ARGUMENTS

12       minsize The minimum size of the array (optional, defaults to zero)
13
14       maxsize The minimum size of the array (optional, defaults to 1000)
15

DESCRIPTION

17       Return a random list of integers.
18

AUTHORS

20       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
21       (kaya@kayalang.org). For further information see http://kayalang.org/
22

LICENSE

24       The Kaya standard library is free software;  you  can  redistribute  it
25       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
26       License (version 2.1 or any later version) as  published  by  the  Free
27       Software Foundation.
28
30       Testing.randomArray (3kaya)
31       Testing.randomCharArray (3kaya)
32       Testing.randomFloatArray (3kaya)
33       Testing.randomInt (3kaya)
34       Testing.randomStringArray (3kaya)
35
36
37
38Kaya                             December 2010   Testing.randomIntArray(3kaya)
Impressum