English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Does anyone know where on the net I can find a number generator? Like something that will produce all the numbers between 1900 - 2000 type thing?

Like 1901, 1902 etc.

Any help's appreciated :)

2007-10-24 17:21:19 · 4 answers · asked by Anonymous in Science & Mathematics Mathematics

4 answers

have you considered using your brain to generate numbers?

Watch...
1923, 1924, 1925. See that? I didnt use a computer to do that.

There is a pattern to it. It might help if you knew it. Numbers are sequential. Each subsequent number has a value 1 greater than the previous number.

Do you know addition yet? Simply add 1 to 1900 to come up with the next number. Math is pretty cool

2007-10-24 17:29:24 · answer #1 · answered by Anonymous · 0 2

You can use Excel. It has a random function that will give you a number between 0 and 1. You can then use a math function to get it to 1900 - 2000.

Example: =RAND() * 100 + 1900 would give you numbers between 1900 and 2000.

2007-10-24 17:24:45 · answer #2 · answered by Justin M 4 · 0 0

Here is basic program

FOR N=1900 TO 2000
PRINT N
NEXT

2007-10-24 17:29:06 · answer #3 · answered by iyiogrenci 6 · 0 0

Some calculators have random integer generators if that's what your looking for

2007-10-24 18:02:05 · answer #4 · answered by absird 5 · 0 0

fedest.com, questions and answers