Click here to Skip to main content
15,910,009 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Another random number generator Pin
ChandraRam25-Nov-07 22:46
ChandraRam25-Nov-07 22:46 
GeneralRe: Another random number generator Pin
CPallini25-Nov-07 23:05
mveCPallini25-Nov-07 23:05 
GeneralRe: Another random number generator Pin
ChandraRam25-Nov-07 23:10
ChandraRam25-Nov-07 23:10 
GeneralRe: Another random number generator Pin
Ian Shlasko30-Nov-07 11:48
Ian Shlasko30-Nov-07 11:48 
GeneralRe: Another random number generator Pin
ChandraRam1-Dec-07 7:32
ChandraRam1-Dec-07 7:32 
AnswerRe: Another random number generator Pin
cp987625-Nov-07 23:44
cp987625-Nov-07 23:44 
GeneralRe: Another random number generator Pin
ChandraRam25-Nov-07 23:54
ChandraRam25-Nov-07 23:54 
GeneralRe: Another random number generator Pin
cp987626-Nov-07 0:42
cp987626-Nov-07 0:42 
ChandraRam wrote:
considering that I will have close to 2 million numbers that will form the base list. I cannot use any database engine


If you need 2 million numbers such that each number only occurs once, then it may be best to precompute as any calculation process has state information that includes all previous numbers (of the 2 million) that have been issued. Unless you can come up with an algorithm that uses less state information, you may need to store up to 2 million numbers - so precomputation may be attractive.



Peter
"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

GeneralRe: Another random number generator Pin
ChandraRam26-Nov-07 0:46
ChandraRam26-Nov-07 0:46 
GeneralRe: Another random number generator Pin
cp987626-Nov-07 0:51
cp987626-Nov-07 0:51 
GeneralRe: Another random number generator Pin
ChandraRam26-Nov-07 0:54
ChandraRam26-Nov-07 0:54 
GeneralRe: Another random number generator Pin
Mark Churchill19-Dec-07 15:10
Mark Churchill19-Dec-07 15:10 
GeneralRe: Another random number generator Pin
ChandraRam19-Dec-07 18:58
ChandraRam19-Dec-07 18:58 
QuestionEM algorithm Pin
yanhe011615-Nov-07 12:11
yanhe011615-Nov-07 12:11 
AnswerRe: EM algorithm Pin
Luc Pattyn15-Nov-07 12:19
sitebuilderLuc Pattyn15-Nov-07 12:19 
AnswerRe: EM algorithm Pin
El Corazon20-Nov-07 7:35
El Corazon20-Nov-07 7:35 
QuestionHow is BitBlt implemented [modified] Pin
Force Code15-Nov-07 8:15
Force Code15-Nov-07 8:15 
AnswerRe: How is BitBlt implemented Pin
Luc Pattyn15-Nov-07 8:27
sitebuilderLuc Pattyn15-Nov-07 8:27 
GeneralRe: How is BitBlt implemented Pin
Force Code15-Nov-07 8:43
Force Code15-Nov-07 8:43 
GeneralRe: How is BitBlt implemented Pin
Luc Pattyn15-Nov-07 9:22
sitebuilderLuc Pattyn15-Nov-07 9:22 
GeneralRe: How is BitBlt implemented Pin
Force Code15-Nov-07 9:54
Force Code15-Nov-07 9:54 
GeneralRe: How is BitBlt implemented Pin
Luc Pattyn15-Nov-07 10:16
sitebuilderLuc Pattyn15-Nov-07 10:16 
GeneralRe: How is BitBlt implemented [modified] Pin
Force Code15-Nov-07 11:12
Force Code15-Nov-07 11:12 
GeneralRe: How is BitBlt implemented Pin
Luc Pattyn15-Nov-07 12:03
sitebuilderLuc Pattyn15-Nov-07 12:03 
GeneralRe: How is BitBlt implemented [modified] Pin
Force Code15-Nov-07 13:19
Force Code15-Nov-07 13:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.