MCPcopy Create free account
hub / github.com/dmlc/xgboost / Min

Method Min

tests/cpp/helpers.cc:225–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 return state_;
224}
225SimpleLCG::StateType SimpleLCG::Min() const { return min(); }
226SimpleLCG::StateType SimpleLCG::Max() const { return max(); }
227// Make sure it's compile time constant.
228static_assert(SimpleLCG::max() - SimpleLCG::min());

Callers 1

GenerateCanonicalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected