Rand

From InterBase

Go Up to The InterBase UDF Library


Returns a random number between 0 and 1. The current time is used to seed the random number generator.

DECLARE EXTERNAL FUNCTION rand
RETURNS DOUBLE PRECISION BY VALUE
ENTRY_POINT 'IB_UDF_rand' MODULE_NAME 'ib_udf';

Advance To

rtrim