j
k
j a
j l
I am wondering if there already exists a reference wrapper for Random Distribution. This would help in the following case:
All I needed was this (the bind part that is) ... std::generate_n( iter, n, boost::bind( boost::ref(rg) ) );
Back to the thread
Back to the list