Jacob Wujciak-Jens
Jacob Wujciak-Jens
How important/useful is this to you? Would you like this in the next release?
I think this will also be easier to solve with #75
This is one aspect of the function-based distributions (#75) that I have been thinking about, as it is not immediately apparent how to handle definition sanity checks. On the other...
I see what you mean. Well we would just use the provided function via `.generate` instead of e.g. `.genunif`. I will think about an example at somepoint 👍
This was one of the main ideas behind the switch (#75) as it would be much easier to implement new and custom distributions with the new system.
That sounds great! I still want to use Hedgehog more but more for "integration"-type tests (checking the whole process instead of single units) so you can go ahead an add...
I will have to look into this a bit more but I would like to not add the dependency if possible. Maybe we can re-implement `AUC::auc()`
Ok, I'll focus on the other issues for now :)