Mail Archives: djgpp/2000/02/28/03:47:30
On 27 Feb 2000, Nate Eldredge wrote:
> Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> writes:
>
> > Richard Dawe wrote:
> > >
> > > DJGPP does not have /dev/random, nor does it have /dev/urandom.
> >
> > This could be easily emulated with File System Extensions, no?
>
> Maybe. /dev/random is a strong random number generator. On Linux, it
> works by gathering various random events from the hardware (keyboard
> interrupt timing, mouse movement, noise from a microphone, etc) and
> hashing them. But it's a somewhat difficult proposition to
> continually gather all this info unless you are the kernel.
I think there's lots of random events you could gather on a PC by
accessing various ports and absolute memory addresses. No steenking
Linux can compete with the kind of unlimited access to system
hardware that a typical DOS/Windows machines have ;-).
- Raw text -