From owner-freebsd-questions Fri Jun 22 1:12:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (cfedde.dsl.frii.net [216.17.139.141]) by hub.freebsd.org (Postfix) with ESMTP id B319B37B406 for ; Fri, 22 Jun 2001 01:12:25 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.11.4/8.11.2) with ESMTP id f5M8CM447603; Fri, 22 Jun 2001 02:12:23 -0600 (MDT) Message-Id: <200106220812.f5M8CM447603@fedde.littleton.co.us> To: tyler spivey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /dev/*random? In-Reply-To: <200106220046.f5M0kZQ04653@home.com> From: Chris Fedde Date: Fri, 22 Jun 2001 02:12:22 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Jun 2001 20:46:32 -0400 tyler spivey wrote: +------------------ | how do i generate a continuous stream of random junk like openbsd's arandom? | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message +------------------ Don't know if it's like arandom in openbsd. But try cat /dev/urandom | od And see what you think. -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message