- Timestamp:
- 02/16/21 06:36:01 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fL/fL_oper.cpp
r1029 r1075 421 421 if (list->size() > 1) 422 422 { 423 int rndid = rndUint( list->size() - 1);423 int rndid = rndUint(int(list->size()) - 1); 424 424 int j = 0; 425 425 std::list<fL_Word *>::iterator it = list->begin();
Note: See TracChangeset
for help on using the changeset viewer.