The next population of the same size is obtained
with random selection (roulette wheel) procedure explained below.
According to Roulett wheel we want to find out the best parents to
survive new generation, so a random number is generated between 0
and 1 and a selected chromosome satisfies a condition in which the
random number is less than cumulative probability of next chromosome
and greater than cumulative probability of previous chromosome.