Engaged employer
Implement a sampling function with nominal distribution.
Anonymous
I think you mean Normal distribution! If you are using R use set.seed(). You can then use rnorm() with size, mean & SD. e.g. >set.seed(123) >rnorm(100, 2, 5)
Check out your Company Bowl for anonymous work chats.