biased-unit / planout-golang

(Multi Variate Testing) Interpreter for Planout code written in Golang
Apache License 2.0
7 stars 23 forks source link

Recovered reflect: call of reflect.Value.Int on uint64 Value #1

Closed GregBowyer closed 8 years ago

GregBowyer commented 8 years ago
m = randomInteger(min=0, max=100, unit=userid);
n = randomInteger(min=1, max=10, unit=userid);
if (n < m ) {
   m = 1000;
}
GregBowyer commented 8 years ago

@haoduotnt You might want to try the latest from GregBowyer/planout-golang master