Skip to content

Instantly share code, notes, and snippets.

@xcombelle
Last active April 13, 2023 14:49
Show Gist options
  • Save xcombelle/dbd57587f66cf66f89396d74af9810b1 to your computer and use it in GitHub Desktop.
Save xcombelle/dbd57587f66cf66f89396d74af9810b1 to your computer and use it in GitHub Desktop.
random
var win=0;for(var i=0;i<10*1000*1000;i++){if(Math.random()*100<=0.01){win++;};};console.log(win/(10*1000*1000));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment