The tutor continues with some explanation of last post’s Perl random walk simulation. Below is the Perl code from last post, this time with some comments (recall that # denotes a comment in Perl): #!/usr/bin/perl # needed for Linux (Unix) …

Perl random walk simulation: code explanation Read more »