| 293 | : dist(RandomRangeBounds<Scalar>::GetMinBound(range), |
| 294 | RandomRangeBounds<Scalar>::GetMaxBound(range)) {} |
| 295 | Scalar Get() { return dist(global_random_engine()); } |
| 296 | // std::uniform_int_distribution is specified not to support char types, |
| 297 | // only short and wider types. MSVC actually generates an error on |
| 298 | // std::uniform_int_distribution<std::int8_t>. |
no outgoing calls
no test coverage detected