An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - misc.
Command
GETRANDMAX
Description
Show largest possible random value.
Return value
Integer: The largest possible random value returned by rand() which is in this implementation 0xFFFFFFFF.
Example
Refer to the download page for some C/C++ samples on how to invoke this command from your host application.
vedis> GETRANDMAX
0xffffffff
0xffffffff
Copyright © Symisc Systems