1.random(): return val between 0 ~ 1
2.lower_bound: return the first element >= val;
3.upper_bound: return the first element > val;
cplusplus note
2019-11-04
1.random(): return val between 0 ~ 1
2.lower_bound: return the first element >= val;
3.upper_bound: return the first element > val;