Right now the user can ask for a number of monte carlo points to be generated. However only a subset of those will be in the flow. We only keep the ones that are within the floe. Therefore we don't actually end up with the number the user requested, and not even in the range really. For example, if you ask for 1,000 you could end up with ~200 points.
Right now the user can ask for a number of monte carlo points to be generated. However only a subset of those will be in the flow. We only keep the ones that are within the floe. Therefore we don't actually end up with the number the user requested, and not even in the range really. For example, if you ask for 1,000 you could end up with ~200 points.