Enter Keywords:
1 - 10 of 94(0.013 seconds)
Sort By:
 
How can I write a macro (please, I need a macro not a query) that will enter random numbers taken from the Poisson distribution, into the fields a,b,c,d of a table A? E.g. Table A a     b     c    ...
Zones: MS AccessDate Answered: 02/24/1999 Rating: 8.0 Views: 0
Do you have a function of the random number generator in C? In turbo C, the numbers generated by the functions rand() and randomize() are insufficient random. So, what's the technique to create a n...
Zones: CDate Answered: 04/11/1999 Rating: 7.2 Views: 0
QUESTION: --------------- How do i generate random number(positive number) automatically ? Each time new number is generated, it's value is bigger than the old number.Those generated number sh...
Zones: Visual BasicDate Answered: 12/22/2001 Rating: 7.4 Views: 0
Does anyone have a good random number generator? I would like to be able to set the range between like 1 to 30,000 and have them not repeat the last 5 numbers, that is it. -Mark
Zones: Delphi ProgrammingDate Answered: 04/27/2001 Rating: 8.6 Views: 0
I made a class that generats random numbers: ---------------------- using System; using System.Collections; namespace Numbers {            public class Number_Generator      {           ...
Zones: ProgrammingDate Answered: 05/11/2002 Rating: 8.8 Views: 0
Hi all, I have a problem here. Currently I can generate some random number in the below code. It's working fine. But for my existing system (which doesn't run on Java technology), it can gener...
Zones: JSPDate Answered: 02/10/2003 Rating: 8.6 Views: 0
Hi, not sure if this is the best place to ask, but anyway, my problem is this: We are trying to build a scalable piece of hardware, each hardware element consisting of some logic (likely a Verte...
Zones: HardwareDate Answered: 01/05/2004 Rating: 6.4 Views: 0
i want to generate 20 unique random numbers. i m using rnd in a loop to generate req randon numbers. but in the end i may have repeating numbers. how can i get all unique numbers.
Zones: Visual BasicDate Answered: 07/29/2003 Rating: 7.2 Views: 0
I am looking for 1 of two things...it can be either...either a UNIQUE random gerator...or a generator that generates random characters such as 7nj88. The problem with the generators i find on th...
Zones: Visual BasicDate Answered: 07/11/2003 Rating: 6.8 Views: 0
Hi, I was wondering, say i had a number lets say '52' generated using a Psuedo Random Generator (algorithm & seed unknown). Is there any programs out there to try to calculate the seed used based o...
Zones: LanguagesDate Answered: 09/08/2003 Rating: 7.0 Views: 0