Thank you for pointing me in this direction, but I found a better solution. Random Normal is generating numbers with a defined mean and standard deviation. A better choice is to use Random Uniform which generates numbers within a defined min and max range:
Right click on column > Formula > Random > Random Uniform > Random Uniform(min,max)