Re: alternative to rand()

From: Alan Balmer (albalmer_at_att.net)
Date: 04/06/04


Date: Tue, 06 Apr 2004 14:01:47 -0700

On 6 Apr 2004 13:51:06 -0700, sweety_elegant@yahoo.co.in (Sweety)
wrote:

>hello,
> Is there any alternative of rand() function i.e i mean any source
>avilable to perform same as rand()without using any built in function,
> plz reply,
> thanks in advance,
> bye.

Of course there is. Do some reading about random number generators,
pick an algorithm you'd like to try, learn a programming language,
then implement the algorithm.

If you're looking for a ready-made function, try a google search on
"PRNG source" or "random number generator source."

-- 
Al Balmer
Balmer Consulting
removebalmerconsultingthis@att.net


Relevant Pages

  • Re: Little alogorithm brute-force problem ... help plz!
    ... > While i was reversing some program, i found interesting keyfile algorithm. ... If someone don't agree with me, plz, send me reversed ... there is lil' algorithm for KeyPart1. ...
    (sci.crypt)
  • Re: Image histogram Equalization
    ... to do histogram equalization in MATLAB--without using its built in ... i.e. understanding the algorithm. ...
    (sci.image.processing)
  • Re: File encryption on Windows XP
    ... > I'm trying to find articles about it without success. ... > In comparison with other solutions how good is the built ... > in functionality? ... > What algorithm is used? ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Image histogram Equalization
    ... to do histogram equalization in MATLAB--without using its built in ... i.e. understanding the algorithm. ... I have the following script so far, but don't know how to get an image ...
    (sci.image.processing)
  • Re: 3DES
    ... know about the h/w? ... Beside the 3DES name of the algorithm, you need more details, ... is a chaining mode (e.g. CBC) built in? ...
    (sci.crypt)

Loading