1Testing.randomSignOfInt(3kaya)Kaya module referencTeesting.randomSignOfInt(3kaya)
2
3
4
6 Testing::randomSignOfInt - Return a distribution of integers
7
9 Int randomSignOfInt( )
10
12 Return an even distribution of negative, positive and zero integers
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.randomNegativeInt (3kaya)
27 Testing.randomPositiveInt (3kaya)
28
29
30
31Kaya December 2010 Testing.randomSignOfInt(3kaya)