Original Post
I need to generate random floats in C#, both positive and negitive. There seems to exist no built in function. I tried the Random class but the only float generator only gives numbers from 0 to 1 and there are no negitives. Can someone tell me a function or explain how to write one??