如何獲取必定範圍內不重複的隨機數

簡介 生成一個隨機數是不少時候須要實現的,每每會使用rand函數的方式,以下所示。ios #include <iostream> using namespace std; int main() { int i = rand(); printf("%d", i); return 0; } 這種直接使用rand函數去獲取隨機數的方式因爲使用了默認的隨機種子,因此得到的隨機數都
相關文章
相關標籤/搜索