1Testing.randomNegativeInt(3kayKaa)ya module refereTnecseting.randomNegativeInt(3kaya)
2
3
4
6 Testing::randomNegativeInt - Return a random negative integer
7
9 Int randomNegativeInt( )
10
12 Return a random integer in the range -2**31 to 0.
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.randomInt (3kaya)
26 Testing.randomPositiveInt (3kaya)
27 Testing.randomSignOfInt (3kaya)
28
29
30
31Kaya December 2010Testing.randomNegativeInt(3kaya)