Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 26th, 2012  |  syntax: None  |  size: 0.22 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. if (rand <= combinedH3_) {
  2.                        
  3.                 } else if (rand <= combinedH4_) {
  4.                        
  5.                 } else if (rand <= combinedH2_) {
  6.                        
  7.                 } else if (rand <= combinedBB_) {
  8.                        
  9.                 } else if (rand <= combinedH1_) {
  10.                        
  11.                 } else {
  12.                        
  13.                 }