11 lines
228 B
C
11 lines
228 B
C
/*!
|
|
* Copyright 2022 XGBoost contributors
|
|
*/
|
|
|
|
#ifndef XGBOOST_TESTS_CPP_PLUGIN_HELPERS_H_
|
|
#define XGBOOST_TESTS_CPP_PLUGIN_HELPERS_H_
|
|
|
|
int GenerateRandomPort(int low, int high);
|
|
|
|
#endif // XGBOOST_TESTS_CPP_PLUGIN_HELPERS_H_
|