版权所有,禁止盗版相关技术@aaaaatiger
//以下是产生随机数的很好方法
void main()
{ long a;
while(1){
__asm rdtsc
__asm mov a,eax
int i=a;
cout<<i<<" ";
}
}
版权所有,禁止盗版相关技术@aaaaatiger
//以下是产生随机数的很好方法
void main()
{ long a;
while(1){
__asm rdtsc
__asm mov a,eax
int i=a;
cout<<i<<" ";
}
}