Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
nt batch for large numbers random
Name: imrsi25 Date: May 31, 2009 at 05:15:05 Pacific OS: Windows XP PRO Product: Lenovo / C200 Subcategory: Batch
Comment:
How can I create a NT batch for large random numbers generator? The largest number is 15,380.931.
Summary: ************** Thanks ghostdog. ************** Pyton is superior regarding to NT batch files, but batch is more favorable for us, those who do not know programming, because it is simpler and straigh...
Summary: [edit fixes to the script] Fishmonger, I downloaded and install perl(first time I have used it) and ran your script. It seems to be limiting the output with notation, is there any larger data types th...
Summary: We were given a question as a project to create a class of a large number with the following specification class aLargeNumber { private: int*digit; long int length; /*a default constructor of length=...