1Testing.randomStringArray(3kayKaa)ya module refereTnecseting.randomStringArray(3kaya)
2
3
4
6 Testing::randomStringArray - Return a random list of strings
7
9 [String] randomStringArray( Int minsize=0, Int maxsize=10000 )
10
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
17 Return a random list of strings.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
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.randomIntArray (3kaya)
34 Testing.randomString (3kaya)
35
36
37
38Kaya December 2010Testing.randomStringArray(3kaya)