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 ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10132017.html
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_10148237.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20056429.html
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
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20109782.html
I made a class that generats random numbers:
----------------------
using System;
using System.Collections;
namespace Numbers
{
public class Number_Generator
{
...
http://www.experts-exchange.com/Programming/Misc/Q_20299449.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20497577.html
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...
http://www.experts-exchange.com/Hardware/Misc/Q_20561067.html
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.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20583385.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20675730.html
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...
http://www.experts-exchange.com/Programming/Languages/Q_20724845.html
Zones:
LanguagesDate Answered: 09/08/2003 Rating: 7.0 Views: 0