1Testing.randomFloatArray(3kayaK)aya module referenTceesting.randomFloatArray(3kaya)
2
3
4
6 Testing::randomFloatArray - Return a random list of floating-point num‐
7 bers
8
10 [Float] randomFloatArray( Int minsize=0, Int maxsize=1000 )
11
13 minsize The minimum size of the array (optional, defaults to zero)
14
15 maxsize The minimum size of the array (optional, defaults to 1000)
16
18 Return a random list of floating-point numbers.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 Testing.randomArray (3kaya)
32 Testing.randomCharArray (3kaya)
33 Testing.randomFloat (3kaya)
34 Testing.randomIntArray (3kaya)
35 Testing.randomStringArray (3kaya)
36
37
38
39Kaya December 2010 Testing.randomFloatArray(3kaya)