Closed GregBowyer closed 8 years ago
m = randomInteger(min=0, max=100, unit=userid); n = randomInteger(min=1, max=10, unit=userid); if (n < m ) { m = 1000; }
@haoduotnt You might want to try the latest from GregBowyer/planout-golang master