to_real("LGTD")+(randf(0.0,1.0)-0.5)*2/1000000.0

getRandomValue()

import numpy

def getRandomValue():
     return numpy.random.random()

05-11 04:34