Skip to content

Instantly share code, notes, and snippets.

@brooklynDev
Created February 16, 2012 04:45
Show Gist options
  • Save brooklynDev/1842110 to your computer and use it in GitHub Desktop.
Save brooklynDev/1842110 to your computer and use it in GitHub Desktop.
var random = new Random();
RandomStreamGenerator.GenerateIndefinitley(() => (Keys)(random.Next(1,150), k => /* do something with the key */);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment