fmidue / logic-tasks

0 stars 1 forks source link

get rid of `tryGen` #106

Open jvoigtlaender opened 6 months ago

jvoigtlaender commented 6 months ago

Various places in the code use tryGen, erroring out in case a certain number of attempts does not lead to a random value with a desired property. Hopefully, such a runtime error will never be encountered in real, because it would crash "the whole thing". So, it would be good to: