Skip to content

Instantly share code, notes, and snippets.

@yamitake
Created May 9, 2012 05:39
Show Gist options
  • Select an option

  • Save yamitake/2642172 to your computer and use it in GitHub Desktop.

Select an option

Save yamitake/2642172 to your computer and use it in GitHub Desktop.
ボクガチャロジック
var a = Math.random();
if(a < 0.3){
console.log("atari");
}else{
console.log("hazure");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment