Functional Problem Solving (CSC 151 2014F) : Outlines

Outline 41: Randomized (Unpredictable) Drawing


Held: Friday, 14 November 2014

Back to Outline 40 - Vectors. On to Outline 42 - Higher-Order Procedures, Revisited.

Summary

We consider Scheme's random procedure, how one might use that procedure in writing simple simulations, and how the procedure can be used to generate "unpredictable" images.

Related Pages

Overview

Administrivia

Upcoming Work

Extra Credit Opportunities

Academic

Peer Support

Miscellaneous

Randomized Images - The Theory

The random Procedure

Randomized Images - Practice

Other Uses of Randomness

Lab