![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <random.h>
Static Public Member Functions | |
static char | generate () |
![]() | |
static char | generate () |
![]() | |
static int | get_random_int (int range) |
Static method that generates random number. More... | |
Additional Inherited Members | |
![]() | |
static const int | kNumberOfCharacters = smallRange |
![]() | |
static const char | smallEnd = 'z' |
static const char | smallBegin = 'a' |
static const char | bigEnd = 'Z' |
static const char | bigBegin = 'A' |
static const int | smallRange = (smallEnd - smallBegin) + 1 |
static const int | bigRange = (bigEnd - bigBegin) + 1 |
|
inlinestatic |