How to initialize weights of the first layer to Gaussians?

How do I init my weights in the first layer with a Gaussians vectors?

e.g W is a matrix of N gaussian vectors where N is the size of 1st hidden layer.
(e.g every row is a Gaussian vector)