def onDone(timerOp, segment, interrupt):
import random
op('constant2').par.value0 = random.random()
op('constant2').par.value1 = random.random()
return
Reference Source
http://station.backspace.tokyo/satoruhiga/TDWS_2018/post/day4/
Go to list of users who liked
More than 5 years have passed since last update.
def onDone(timerOp, segment, interrupt):
import random
op('constant2').par.value0 = random.random()
op('constant2').par.value1 = random.random()
return
Reference Source
http://station.backspace.tokyo/satoruhiga/TDWS_2018/post/day4/
Register as a new user and use Qiita more conveniently
Go to list of users who liked