You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of statements in zencode_random.lua take data in input directly from the statement without looking in Zenroom data. These statements acts totally different from all the other zencode statements. Maybe also in this case a
localdata=mayhave(data_name) ordata_name
should be used.
The text was updated successfully, but these errors were encountered:
When I create the array of '' random numbers modulo ''
when the chosen modulo is bigger than 65,535 (since we are using unsigned int16).
For example I was trying to create a random number between 0 and 10800000 but I was only getting "small" numbers without knowing why.
A lot of statements in zencode_random.lua take data in input directly from the statement without looking in Zenroom data. These statements acts totally different from all the other zencode statements. Maybe also in this case a
should be used.
The text was updated successfully, but these errors were encountered: