Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Distinct Random Number Generation
In article <355c52c60000000f_at_news.accincy.com-MINC> Matthew D. Heilman, matthew.d.heilman_at_ac.com writes:
>Any suggestions?
A linear-congruential random number generator will generate random numbers from a given range, and will generate each number in that range exactly once, so you won't need to check to see if they have already been used.
Search the web, or try any basic computer programming book for the details.
![]() |
![]() |