An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - misc.
Command
RANDSTR [len]
Description
Generate a random string (English alphabet).
Return value
String: A pseudo random string.
Example
Refer to the download page for some C/C++ samples on how to invoke this command from your host application.
vedis> RANDSTR
dsergdfcv
vedis> RANDSTR 4
uoma
dsergdfcv
vedis> RANDSTR 4
uoma
Copyright © Symisc Systems