1Testing.randomValue(3kaya) Kaya module reference Testing.randomValue(3kaya)
2
3
4
6 Testing::randomValue - Return a random value
7
9 Arbitrary randomValue( Int depth=10 )
10
12 depth This parameter gives the maximum depth of recursion to guarantee
13 that the value has finite size. The default value is 10 and can usually
14 be omitted.
15
17 Return a random value of arbitrary type.
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.randomChar (3kaya)
32 Testing.randomFloat (3kaya)
33 Testing.randomInt (3kaya)
34 Testing.randomString (3kaya)
35
36
37
38Kaya December 2010 Testing.randomValue(3kaya)