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;
Definition randseq.hpp:10
void set_seed(unsigned long seed)
RandSeq(SeqType type, Masking masking=Masking::NONE)
std::string generate(size_t length)