  
  [1X6. Really random sources[0X
  
  This  section  describes so called "real random sources". It is an extension
  to  the  library  mechanism  of  random source objects that uses the devices
  [11X/dev/random[0X  and [11X/dev/urandom[0X available on [11XLinux[0X systems (and maybe on other
  operating  systems) providing random numbers that are impossible to predict.
  The  idea  is  that  such  sources  of  random numbers are useful to produce
  unpredictable secret keys for cryptographic applications.
  
  
  [1X6.1 The functions[0X
  
  [1X6.1-1 RandomSource[0X
  
  [2X> RandomSource( [0X[3Xrdev[0X[2X ) _______________________________________________[0Xmethod
  [6XReturns:[0X  a real random source object or [10Xfail[0X
  
  The  first  argument  [3Xr[0X  must  be  the [5XGAP[0X filter [10XIsRealRandomSource[0X and the
  second  either the string [11Xrandom[0X or the string [11Xurandom[0X. A real random source
  object  is  created  that  draws  its random numbers from the kernel devices
  [11X/dev/random[0X   and  [11X/dev/urandom[0X  respectively.  Whereas  [11X/dev/random[0X  always
  provides random numbers of not guaranteed "quality", the device [11X/dev/urandom[0X
  measures its entropy and produces guaranteed unpredictable numbers. However,
  it might block until enough "random" events (like mouse movements) have been
  accumulated.
  
