Skip to content

Instantly share code, notes, and snippets.

@billwestfall
Last active August 13, 2017 18:06
Show Gist options
  • Save billwestfall/c4c00f64a5c624f284c96d3a98eddb9c to your computer and use it in GitHub Desktop.
Save billwestfall/c4c00f64a5c624f284c96d3a98eddb9c to your computer and use it in GitHub Desktop.
For[i = 1; t = x, i < 10, i++, t = RandomReal[{-10,i}] ; Print[t]; Timing[Pause[5]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment