Learning Objectives
Students will be able to:
- Discuss the role of chance in art-making
 
- Demonstrate how chances combine
 
- Use the 
Math.random() and random() function 
- Map and bias random values
 
- Compare dice and decks as sources of random values
 
- Select and implement appropriate strategies for randomization
 
- Identify types of  random biases
 
- Summarize what pseudorandom values are
 
- Demonstrate a simple pseudorandom value generator
 
Preparation
- Read the Random Values chapter
 
- Complete the coding challenges.
 
- Add two questions related to the chapter or challenges below.
 
Chapter Questions
<aside>
🧟 Ask your TWO questions about the Random chapter below. Please, include your name.
</aside>
What is the difference between Normal Distribution and Middle Bias as their distribution graphs look quite similar? (Chris Kim)
i'm using 'middle bias' in a general, informal way to just mean "values in the middle are more common than values at the ends"