What is the most convenient way to generate a sample of i.e. n=500; random numbers (integers? floats?) with mean mu=50; and standard deviation sig=10; using Mathematica?
EDIT:
Links in some comments suggest to implement an own function for that. Certainly I can hack together a whacky solution myself. I am hoping that there is a more convenient way to do this with Mathematica though (built in function?).


SeedRandomfunction so that you always get the same sample when you repeat testing code for errors. – JimB Dec 23 '16 at 21:13