Searched defs:t_ub (Results 1 – 4 of 4) sorted by relevance
32 RandomColorOperation::RandomColorOperation(float t_lb, float t_ub) : t_lb_(t_lb), t_ub_(t_ub) { ran… in RandomColorOperation()71 float t_ub = degrees[1]; in from_json() local
23 RandomColorOp::RandomColorOp(float t_lb, float t_ub) : rnd_(GetSeed()), dist_(t_lb, t_ub), t_lb_(t_… in RandomColorOp()
306 .def(py::init([](float t_lb, float t_ub) { in __anon574f76b42a02()
489 RandomColor::RandomColor(float t_lb, float t_ub) : data_(std::make_shared<Data>(t_lb, t_ub)) {} in RandomColor()