Skip to content

Instantly share code, notes, and snippets.

@delqn
Created June 9, 2019 02:41
Show Gist options
  • Save delqn/80ede6958145d14cd1b5e8ca5bdb309b to your computer and use it in GitHub Desktop.
Save delqn/80ede6958145d14cd1b5e8ca5bdb309b to your computer and use it in GitHub Desktop.
a:=RandomVariate[StableDistribution[1,0,0,1],10^7]//Timing //Take[#,1]&; b:=RandomVariate[StableDistribution[1.3,.2,.3,1],10^7]//Timing //Take[#,1]&; c:=RandomVariate[NormalDistribution[0,1],10^7]//Timing //Take[#,1]&; {a, b, c}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment