From 7aa825614c88a2bb73989d8d938f078a6c7391b8 Mon Sep 17 00:00:00 2001 From: Peter Ward Date: Thu, 6 Sep 2012 15:18:18 +1000 Subject: Stuff. --- docs/random_simple.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/random_simple.tex') diff --git a/docs/random_simple.tex b/docs/random_simple.tex index 7ccb3a5..a1ff557 100644 --- a/docs/random_simple.tex +++ b/docs/random_simple.tex @@ -7,6 +7,8 @@ The next bot we’ll write is one which instead of moving in just one direction, chooses a direction at random to move in. Go on, try writing it yourself! I’ll wait here until you’re ready. +Hint: check out the \texttt{random} module. + Got it working? Good work! But you’ve probably noticed that there’s a problem: it doesn’t take long for our random bot to die. -- cgit v1.2.3