| 855 | */ |
| 856 | |
| 857 | void error_randomiserGivenNonNormalisedProbList() { |
| 858 | |
| 859 | raiseInternalError("The randomiser was asked to sample from a list of probabilities which did not sum to one, within epsilon error."); |
| 860 | } |
| 861 | |
| 862 | |
| 863 |
no test coverage detected