std::minstd_rand mr
std::uniform_int_distribution<> ui(0,StrS.size()-1);

StrS[ui(mr)];//<- what?

大雑把にこういう感じ?