I need to add AWGN noise to a sequence of bits in C++,for which I need to create Gaussian random variables for each SNR. How can I do this in c++?