Name

randomblob() — Return a BLOB consisting of random data

Common Usage

randomblob( size )

Description

The randomblob() function returns a BLOB value consisting of size bytes. All of the bytes are set to pseudo-random values. These values are generated by an automatically seeded internal pseudo-random number generator to insure quality.

See Also

random(), zeroblob()