2.7 "rand"
(include-book "rand" :dir :teachpacks) 
This teachpack provides functional pseudorandom number generation.
| (initial-seed) → posp | 
Produces a starting point for the pseudorandom number generator.
Updates the pseudorandom seed.  Call after each use of rand to avoid
reusing a seed value.