xscottg at gmail.com writes: > So don't (poke (random) value). That would be obvious to anyone > capable of writing a device driver in C or Lisp or Oberon or .... Similarly in C programs, don't do *random = 0; Avoiding that is easier said than done. C programs suffer endless bugs of that type.