Unleash / yggdrasil

MIT License
16 stars 4 forks source link

fix: makes random distribution better distributed #144

Closed sighphyre closed 2 weeks ago

sighphyre commented 2 weeks ago

This adds a way to parametize random in the grammar so that you can do things like this "random[1000]" which will create an expression of a random number bounded by 0, 1000. Default stickiness and explicitly random flexible rollouts will now use random[10000] instead of random (previously defaulting to 100), which gives random strategies better statistical distribution