Views:

Description

Returns a collection of random integers specified by the count between the supplied min and max values with a column name of randomnumber.

Signature

RandomCollectionOfIntegers(minvalue, maxvalue, count)

Example

RandomCollectionOfIntegers(0,100, 5)
 Returns 5 random integers between 0 and 100.