/* Test: Each get rand sequence are 10time. *//* ex) 5.3point meaning 5point integer + 3point decimal */// case A:// 5.0point - 1time// 6.0point - 9time$rand = (double)microtime()*1000000;// case B:// 8.6point - 1time...