What is the correct mathematical notation for expressing that say 'x is a value generated from the given range with the probability given by normal distribution with given mu and sigma'? I am writing a pseudoalgorithm and I need to express:
a = b + x,
where x comes from range (-inf, inf) and is picked randomly with respect to the normal distribution N(mu, sigma).