Class Reference
%Library.PopulateUtils
|
|
![]() |
|||
Private Storage |
The
|
|
|
Return a random array element.
Populate a random sample of ID values from a class.
Populate a value set from a query
Returns a random city name.
Returns a random color name (one of 5 possible values).
Returns a random company name.
Returns a random currency value between min and max (if present).
Returns a random date value in Caché $H
format.
Return a random value from a concrete value extent.
Returns a string containing a random first name.gender is a optional string used to control the gender of the generated name: 1 is Male, 2 = Female, "" is either.
Returns a random floating point value between min and max (if present).
Returns a random integer value between min and max (if present).
Returns a string containing a random last name.
Returns a string containing a randomly generated corporate mission statement.
Returns a string containing a random name as lastname,firstname.gender is a optional string used to control the gender of the generated name: 1 is Male, 2 = Female, "" is either.
Returns a random product name (one of 4 possible values).
Return a random U.S. Social Security Number.
Returns a random street address.
Returns a string value of the form_ and whose length does not exceed len.
Returns a random string value whose length is at least minlen and not greater than maxlen.
Returns a random syllable string.
Returns a random TimeStamp value that is between the min and max timestamp values. min and max will default to "" and that allows the defaults for Date() to be used, min time will default to zero and max time defaults to 86399 (23:59:59) If min or max are not valid %TimeStamp values then the invalid value is ignored.
Returns a random Job Title.
Returns a random U.S. phone number.
Returns a random U.S. state abbreviation.
Returns a random U.S. Zone Improvement Plan code.
Returns a random piece from a delimited list. The first character in the list is the delimiter.
Returns a random string value of random length up to maxlen characters.