bug6538 228 B

1234
  1. o Minor bugfixes:
  2. - Switch weighted node selection rule from using a list of doubles
  3. to using a list of int64_t. This should make the process slightly
  4. easier to debug and maintain. Needed for fix for bug 6538.