Skip to content

Instantly share code, notes, and snippets.

@AlexArchive
Created June 16, 2013 18:06
Show Gist options
  • Save AlexArchive/5792863 to your computer and use it in GitHub Desktop.
Save AlexArchive/5792863 to your computer and use it in GitHub Desktop.
Random Double
Dim random As New Random()
...
Dim randomDouble As Double =
Math.Round((random.NextDouble() * 6), 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment