So I have set out a simple distribution function as below:
@vsc.constraint
def change_rand(self):
vsc.dist(self.enable_change, [
vsc.weight(0, 95),
vsc.weight(1, 5)])
but the randomized values don't seem to obey the weighted constraint that I was expecting, just by eyeballing the results things seem to be off. I have attached my log file for the mentioned variable.
f.txt