Note: This function returns a number from a pseudorandom sequence of numbers rather than a truly random sequence.The Alternate Random Number Generator (-rand) parameter determines whether the same sequence of random numbers is generated for each session. For information on this parameter, see OpenEdge Deployment: Startup Command and Parameter Reference.
RANDOM ( low , high )Often when you set up a database for testing purposes, you want to generate many records without actually keying in data for each record. The r-random.p procedure generates 10 Order records and a random number of OrderLines for each Order record.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |