Sample a float value normally with mean and sd.
The value will be quantized, i.e. rounded to an integer increment of q.
- Parameters:
mean (float) – Mean of the normal distribution.
sd (float) – SD of the normal distribution.
q (float) – Quantization number. The result will be rounded to an
integer increment of this value.
- Returns:
A Float domain that samples normally and quantizes by q.