Created
October 6, 2014 16:01
-
-
Save JohnL4/8662e9570e87b66df9cf to your computer and use it in GitHub Desktop.
Make random numbers in PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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