Hello, I tried to use a Python library module random() to generate some noise to my data. But the interpreter gave me an error message saying NameError: name 'random' is not defined. I thought this error is because I don't have the pertinent library included. Could anyone tell me how can I get this to work? Many thanks, Ellen