MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
helper::Generator8bitsValues Struct Reference

#include <random.h>

Inheritance diagram for helper::Generator8bitsValues:
[legend]

Static Public Member Functions

static char generate ()
 
- Static Public Member Functions inherited from helper::GeneratorSmallAlpha
static char generate ()
 
- Static Public Member Functions inherited from helper::GeneratorBase
static int get_random_int (int range)
 Static method that generates random number. More...
 

Additional Inherited Members

- Static Public Attributes inherited from helper::GeneratorSmallAlpha
static const int kNumberOfCharacters = smallRange
 
- Static Protected Attributes inherited from helper::GeneratorSmallAlpha
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
 

Member Function Documentation

◆ generate()

static char helper::Generator8bitsValues::generate ( )
inlinestatic

The documentation for this struct was generated from the following file: