Skip to content

Instantly share code, notes, and snippets.

@JohnL4
Created October 6, 2014 16:01
Show Gist options
  • Save JohnL4/8662e9570e87b66df9cf to your computer and use it in GitHub Desktop.
Save JohnL4/8662e9570e87b66df9cf to your computer and use it in GitHub Desktop.
Make random numbers in PowerShell
$r = New-Object System.Random
$r.NextDouble() * 10000000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment