Get random values ​​within the specified range

xiaoxiao2021-03-06  35

INT getrand (int min, int max) {

Return (Int) (Max-min 1)) min;

}

转载请注明原文地址:https://www.9cbs.com/read-66875.html

New Post(0)