SUNY Geneseo Department of Computer Science
{Date}
CSci 141, Fall 2003
Prof. Doug Baldwin
Lab available in lab sessions tomorrow
End-of-Semester
Skylines for lab, generating negative as well as positive displacements?
Random r = new Random();
r.nextGaussian()
will return a random real number most probably
between -1.0 and +1.0Counting movePen's in a loop?
star( n )
for i = 1 to 5
movePen
recursion
Section 16.3.2
Sending messages between sender & receiver securely = cryptography
Symmetric key = sender & receiver share a key
Public key = receiver has public key & a private key
Summary of RSA (details may be wrong)
I will look up the details of RSA so we can work through a concrete example.