1Testing.randomFloat(3kaya) Kaya module reference Testing.randomFloat(3kaya)
2
3
4
6 Testing::randomFloat - Return a random floating point number
7
9 Float randomFloat( )
10
12 Return a random floating point number
13
15 Kaya standard library by Edwin Brady, Chris Morris and others
16 (kaya@kayalang.org). For further information see http://kayalang.org/
17
19 The Kaya standard library is free software; you can redistribute it
20 and/or modify it under the terms of the GNU Lesser General Public
21 License (version 2.1 or any later version) as published by the Free
22 Software Foundation.
23
25 Testing.randomChar (3kaya)
26 Testing.randomFloatArray (3kaya)
27 Testing.randomInt (3kaya)
28 Testing.randomNegativeFloat (3kaya)
29 Testing.randomPositiveFloat (3kaya)
30 Testing.randomString (3kaya)
31 Testing.randomValue (3kaya)
32
33
34
35Kaya December 2010 Testing.randomFloat(3kaya)