1Testing.randomString(3kaya)  Kaya module reference Testing.randomString(3kaya)
2
3
4

NAME

6       Testing::randomString - Return a random string
7

SYNOPSIS

9       String randomString( Int minsize=0, Int maxsize=160 )
10

ARGUMENTS

12       minsize  The minimum length of the string (may be omitted for a default
13       of zero)
14
15       maxsize The maximum length of the string (may be omitted for a  default
16       of 160)
17

DESCRIPTION

19       Return a random string including multibyte characters.
20

AUTHORS

22       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
23       (kaya@kayalang.org). For further information see http://kayalang.org/
24

LICENSE

26       The Kaya standard library is free software;  you  can  redistribute  it
27       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
28       License (version 2.1 or any later version) as  published  by  the  Free
29       Software Foundation.
30
32       Testing.randomChar (3kaya)
33       Testing.randomFloat (3kaya)
34       Testing.randomInt (3kaya)
35       Testing.randomStringArray (3kaya)
36       Testing.randomValue (3kaya)
37
38
39
40Kaya                             December 2010     Testing.randomString(3kaya)
Impressum