Ask Your Question

fehu's profile - activity

2015-02-26 14:12:32 +0200 received badge  Student (source)
2015-02-26 00:45:19 +0200 received badge  Scholar (source)
2015-02-25 22:45:44 +0200 asked a question How to generate normal noise for a function
sage: func(x) = x^2
sage: func_noise = func + normalvariate(0,1); func_noise
x |--> x^2 - 0.4436993396832335

How can one force the normalvariate to generate the number only on function evaluation?