开发平台(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;
//