Random String Generator creates same string on multiple calls
- by rockinthesixstring
Hi there. I've build a random string generator but I'm having a problem whereby if I call the function multiple times say in a Page_Load method, the function returns the same string twice.
here's the code
''' <summary>'
''' Generates a Random String'
''' </summary>'
''' <param name="n">number of characters the…