sunjay / turtle

Create Animated Drawings in Rust
http://turtle.rs
Mozilla Public License 2.0
561 stars 53 forks source link

Document randomizable types #121

Open sunjay opened 5 years ago

sunjay commented 5 years ago

For every type that can be randomized (Color, Point, Speed, etc.) we should add a section Generating Random X that documents how to use random() and random_range() to generate values of that type.