harry-core/src/harry/model/OpSelectors.java [475:482]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                    return bitSet;

                                descriptor = RngUtils.next(descriptor);
                                counter++;
                            }
                            throw new RuntimeException(String.format("Could not generate a value after %d attempts.", counter));
                        };
                        break;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



harry-core/src/harry/model/OpSelectors.java [492:499]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                    return bitSet;

                                descriptor = RngUtils.next(descriptor);
                                counter++;
                            }
                            throw new RuntimeException(String.format("Could not generate a value after %d attempts.", counter));
                        };
                        break;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



