home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / crypt / 7190 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  985 b 

  1. Path: sparky!uunet!europa.eng.gtefsd.com!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!olivea!sgigate!sgi!rigden.wpd.sgi.com!rpw3
  2. From: rpw3@rigden.wpd.sgi.com (Rob Warnock)
  3. Newsgroups: sci.crypt
  4. Subject: Re: random number generation
  5. Message-ID: <ve9gucs@sgi.sgi.com>
  6. Date: 28 Jan 93 07:05:32 GMT
  7. Sender: rpw3@rigden.wpd.sgi.com
  8. Organization: Silicon Graphics, Inc.  Mountain View, CA
  9. Lines: 16
  10.  
  11. drake@Autodesk.COM (Dan Drake) writes:
  12. +---------------
  13. | Measure the time between successive particles detected by the counter.
  14. | Remember it.  Measure the time between the next two.  If it's less than
  15. | the first, generate 0; if more, generate 1; if the same, within your
  16. | means of measurement, drop it and try again.  Repeat as necessary.
  17. | If the half-life of your source is long enough (exercise for the
  18. | reader), the bias towards 1-bits will not be measurable.
  19. +---------------
  20.  
  21. Well, if you simply reverse your 1/0 selection rule after every bit
  22. generated...
  23.  
  24.  
  25. -Rob
  26.