1 #ifndef BTLLIB_RANDSEQ_HPP
2 #define BTLLIB_RANDSEQ_HPP
33 RandSeq(SeqType type, Masking masking = Masking::NONE);
51 bool has_seed =
false;
52 unsigned long seed = 0;
void set_seed(unsigned long seed)
RandSeq(SeqType type, Masking masking=Masking::NONE)
Definition: randseq.hpp:9
std::string generate(size_t length)