1Testing.randomChar(3kaya) Kaya module reference Testing.randomChar(3kaya)
2
3
4
6 Testing::randomChar - Return a random character
7
9 Char randomChar( )
10
12 Return a random character (half of returned characters will be ASCII,
13 the other half will be multibyte unicode).
14
16 Kaya standard library by Edwin Brady, Chris Morris and others
17 (kaya@kayalang.org). For further information see http://kayalang.org/
18
20 The Kaya standard library is free software; you can redistribute it
21 and/or modify it under the terms of the GNU Lesser General Public
22 License (version 2.1 or any later version) as published by the Free
23 Software Foundation.
24
26 Testing.randomCharArray (3kaya)
27 Testing.randomFloat (3kaya)
28 Testing.randomInt (3kaya)
29 Testing.randomString (3kaya)
30 Testing.randomValue (3kaya)
31
32
33
34Kaya December 2010 Testing.randomChar(3kaya)