Fundamentals of CS I (CS151 2002F)
Primary:
[Skip To Body]
[Front Door]
[Current]
[Glance]
[Honesty]
[Instructions]
[Links]
[Search]
[Syllabus]
Groupings:
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
ECA:
[About]
[Grades]
[Quizzes]
[Submit Work]
[Change Password]
[Reset Password]
Miscellaenous:
[Scheme Reference]
[CS151 2002F Gum]
[CS151 2001S]
[SamR]
[Glimmer Labs]
[schemers.org]
Back to Script-Fu Concluded. On to Program Input and Output.
Held Monday, November 4, 2002
Summary
Today we consider how to make DrScheme simulate potentially unpredictable events, like the rolling of dice or the flipping of coins.
Related Files
Notes
Overview
random procedure
random, to
provide some fodder for simulations and any other times that
you want to play with unpredictable behavior.
(random n) produces an "unpredictible" number
in the range [0 .. n-1].
dieis the singular of
dice
(+ 1 (random 6))
Thursday, 29 August 2002 [Samuel A. Rebelsky]
Monday, 4 November 2002 [Samuel A. Rebelsky]
Back to Script-Fu Concluded. On to Program Input and Output.
Primary:
[Skip To Body]
[Front Door]
[Current]
[Glance]
[Honesty]
[Instructions]
[Links]
[Search]
[Syllabus]
Groupings:
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
ECA:
[About]
[Grades]
[Quizzes]
[Submit Work]
[Change Password]
[Reset Password]
Miscellaenous:
[Scheme Reference]
[CS151 2002F Gum]
[CS151 2001S]
[SamR]
[Glimmer Labs]
[schemers.org]
Disclaimer:
I usually create these pages on the fly
, which means that I rarely
proofread them and they may contain bad grammar and incorrect details.
It also means that I tend to update them regularly (see the history for
more details). Feel free to contact me with any suggestions for changes.
This document was generated by
Siteweaver on Mon Dec 2 08:41:41 2002.
The source to the document was last modified on Mon Nov 4 08:41:45 2002.
This document may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS151/2002F/Outlines/outline.34.html.
You may wish to
validate this document's HTML
;
;
Check with Bobby