AP Notes, Outlines, Study Guides, Vocabulary, Practice Exams and more!

TI-82: Generating Random Numbers

Wait just a minute here...

In order to access these resources, you will need to sign in or register for the website (takes literally 1 minute!) and contribute 10 documents to the CourseNotes library. Until you contribute 10 documents, you'll only be able to view the titles and some teaser text of the uploaded documents. There are 100,000+ essays, DBQs, study guides, practice tests, etc. that are only available to members that contribute. So what are you waiting for?

Get started right now!

Subject: 
Rating: 
0
No votes yet
SocialTags: 
IP
Tags: 
You can generate random numbers on the TI-82 calculator using the following sequence. N is the number of different values which could be and S is the minimum number. int (N*rand+S) INT is found under the MATH menu (math num 4). RAND is also found under the MATH menu (math prb 1). Simulate the rolling of a die (1-6): int (6*rand+1) Simulate the flipping of a coin (0-1): int (2*rand) This works because the rand function returns a random number between 0 and 1 (including 0 but not including 1). When it is multiplied by N, it becomes between 0 and N, and then S is added, so it becomes between S and S+N. If you have two values (A and B) that you need random numbers between, then you can generate them using the following formulas. N=B-A+1 int (N*rand+A)

Wait just a minute here...

In order to access these resources, you will need to sign in or register for the website (takes literally 1 minute!) and contribute 10 documents to the Course-Notes.Org library. Until you contribute 10 documents, you'll only be able to view the titles of the uploaded documents.

  • Unlock Course-Notes.org

    Gain access to members only, premium content that includes past essays, DBQs, practice tests, term papers, homework assignments and other vital resources for your success!
  • Interact with other members

    Receive feedback from the Course-Notes.Org community on your homework assignments
  • Participation = Points

    Earn points for by contributing documents to the library, helping other members, writing informative blog posts, and voting in polls!

There are over 10,000 documents that have been added to the Members Only section that you won't find anywhere on this site or on the interwebs, for that matter. In order to access these resources, you will need to register for the website (takes literally 1 minute!) and earn 100 cnote$ (use the table above to figure that out). Until you contribute earn 100 cnote$, you'll only be able to view the titles of the uploaded documents and some teaser text.

Get started right now!

Need Help?

We hope your visit has been a productive one. If you're having any problems, or would like to give some feedback, we'd love to hear from you.

For general help, questions, and suggestions, try our dedicated support forums.

If you need to contact the Course-Notes.Org web experience team, please use our contact form.

Need Notes?

While we strive to provide the most comprehensive notes for as many high school textbooks as possible, there are certainly going to be some that we miss. Drop us a note and let us know which textbooks you need. Be sure to include which edition of the textbook you are using! If we see enough demand, we'll do whatever we can to get those notes up on the site for you!