[JVM] Make JVM Serializable

This commit is contained in:
tqchen
2016-03-03 21:04:02 -08:00
parent e80d3db64b
commit 0df2ed80c8
4 changed files with 56 additions and 6 deletions

View File

@@ -19,5 +19,5 @@ typedef ThreadLocalStore<RandomThreadLocalEntry> RandomThreadLocalStore;
GlobalRandomEngine& GlobalRandom() {
return RandomThreadLocalStore::Get()->engine;
}
}
} // namespace common
} // namespace xgboost