This is an actual post describing looking at a simulation in R:
http://tolstoy.newcastle.edu.au/R/e2/help/07/01/9219.html
Another search response from google:
https://www.google.com.au/url?sa=t&...sg=AFQjCNHgg00JebYIuPho-S9jmu6gAjjQCw&cad=rja
Also note that as haruspex pointed out, you can't have negative rates. What you should do is instead use something like a chi-square or a gamma prior and then do inference on this.
Alternatively another thing you could do is restrict your PDF to the positive real line and double the value of the PDF since the PDF of a Normal is symmetric, this will maintain the behaviour of the PDF and still keep the PDF valid (i.e. integrates to 1).
If you want this option, then you should use something like R and use a simulation to sample from your modified 'normal' (I suggest you look into the Gamma priors though) and then generate a posterior given this prior (again look at first link for an idea of how to do this in R).