Bootstrapping random numbers are not fixed

Hi @wangantian ,

Please also make sure that you use the single-threaded setup. There are two options for this:

  1. Compile with OpenMP support (ON by default) and then set the OMP_NUM_THREADS to 1, i.e.,
export OMP_NUM_THREADS=1
  1. Compile w/o OpenMP support: set WITH_OPENMP to OFF when running cmake.