InferenceΒΆ

import pyprob
from pyprob.distributions import Normal

d = Normal(0,1)
d.sample()
tensor(0.6666)