Gaussian distribution for radii using particletemplate/sphere and particledistribution/discrete
Is it possible to use a gaussian distribution of radii for the particletemplate/sphere command? The documentation says it is possible but I am getting the following error:
ERROR: Random style gaussian not available for radius
My pertinent code is:
fix pts1 all particletemplate/sphere 1 atom_type 1 density constant 2500 radius gaussian 0.0003 0.00005
fix pdd1 all particledistribution/discrete 1. 1 pts1 1.0
Thanks,
Will