Update xgboost_R.cpp
This commit is contained in:
parent
b30aa96a88
commit
752cf4c95d
@ -39,7 +39,7 @@ double LogGamma(double v) {
|
|||||||
|
|
||||||
namespace random {
|
namespace random {
|
||||||
void Seed(unsigned seed) {
|
void Seed(unsigned seed) {
|
||||||
//warning("parameter seed is ignored, please set random seed using set.seed");
|
// warning("parameter seed is ignored, please set random seed using set.seed");
|
||||||
}
|
}
|
||||||
double Uniform(void) {
|
double Uniform(void) {
|
||||||
return unif_rand();
|
return unif_rand();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user