这是一个随机数生成程序

源代码在线查看: 真正的随机数.cpp

软件大小: 207 K
上传用户: jipigu
关键词: 随机数 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				// 真正的随机数.cpp : Defines the entry point for the console application.
				//
				#include "stdafx.h"
				#include  	
				#include  
				#include "stdlib.h"
						
				int main() 
				{ 
					srand(time(0)); 
					for(int j=0;j					{
						for(int i=0;i							cout						cout					}
						
					return 0; 
				}
				
				
							

相关资源