robertalab-ev3dev icon indicating copy to clipboard operation
robertalab-ev3dev copied to clipboard

Random number generation broken

Open timn opened this issue 5 years ago • 1 comments

When using the blocks "random integer" or "random fraction", execution fails with _randInt() or _randDouble() not found (Python KeyError). The generated code calls those functions without importing them from anywhere it seems.

timn avatar Dec 09 '20 12:12 timn

hmm for me this works. image

ensonic avatar Dec 11 '20 08:12 ensonic