開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
codeblock
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
各位大大好,請教一個問題,在我的程式中有20種不同range的隨機變數,
而我將之命名為random.number_1, random.number_2,....random.number_20,
若我在main()中想用for loop loop random.number_i,是否可以達成?
感謝各位大大,若問題太愚蠢請見諒!
程式碼(Code):(請善用置底文網頁, 記得排版)
#include <fstream>
#include<iostream>
#include<vector>
#include<algorithm>
#include<math.h>
#include<time.h>
#include<sstream>
#include <random>
#include <iomanip>
using namespace std;
//