Re: alternative to rand()
From: Alan Balmer (albalmer_at_att.net)
Date: 04/06/04
- Next message: Arthur J. O'Dwyer: "Re: justification check"
- Previous message: Joona I Palaste: "Re: macro for sizeof"
- In reply to: Sweety: "alternative to rand()"
- Next in thread: José de Paula: "Re: alternative to rand()"
- Reply: José de Paula: "Re: alternative to rand()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Arthur J. O'Dwyer: "Re: justification check"
- Previous message: Joona I Palaste: "Re: macro for sizeof"
- In reply to: Sweety: "alternative to rand()"
- Next in thread: José de Paula: "Re: alternative to rand()"
- Reply: José de Paula: "Re: alternative to rand()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
Loading