 |
|
|
');
function ran(){
out="";
for(i=1;i<=len;i++){
while(1){
r=Math.random();
if(r!=1)break;
}
r=""+Math.floor(r*10);
out=out+r;
}
return out;
}
//-->
');
function ran(){
out="";
for(i=1;i<=len;i++){
while(1){
r=Math.random();
if(r!=1)break;
}
r=""+Math.floor(r*10);
out=out+r;
}
return out;
}
//-->
|
|
 |