15#include <string/LinearString.h>
59 template <
class SymbolType >
71 template <
class SymbolType >
75template <
class SymbolType >
80template <
class SymbolType >
88 for (
size_t i = 0;
i < size;
i++ )
Basic exception from which all other exceptions are derived.
Definition: CommonException.h:21
static semirandom_device & semirandom
The reference to singleton semirandom device.
Definition: random.hpp:147
Class extending the vector class from the standard library. Original reason is to allow printing of t...
Definition: vector.hpp:45
Linear string.
Definition: LinearString.h:57
Definition: RandomStringFactory.h:25
static string::LinearString< std::string > generateLinearString(size_t size, size_t alphabetSize, bool randomizedAlphabet, bool integerSymbols)
Definition: RandomStringFactory.cpp:14
Definition: BarSymbol.cpp:12
int i
Definition: AllEpsilonClosure.h:118
Definition: RandomStringFactory.cpp:12