Click here to Skip to main content
16,005,038 members
Home / Discussions / C#
   

C#

 
QuestionDataBinding schema Pin
eggsovereasy19-Dec-06 5:49
eggsovereasy19-Dec-06 5:49 
QuestionRamdom Number Generator Pin
Bob X19-Dec-06 5:44
Bob X19-Dec-06 5:44 
AnswerRe: Ramdom Number Generator Pin
Guffa19-Dec-06 5:49
Guffa19-Dec-06 5:49 
GeneralRe: Ramdom Number Generator Pin
Bob X19-Dec-06 6:41
Bob X19-Dec-06 6:41 
GeneralRe: Ramdom Number Generator Pin
PIEBALDconsult19-Dec-06 7:00
mvePIEBALDconsult19-Dec-06 7:00 
GeneralRe: Ramdom Number Generator Pin
Guffa19-Dec-06 7:23
Guffa19-Dec-06 7:23 
AnswerRe: Ramdom Number Generator Pin
Guffa19-Dec-06 7:21
Guffa19-Dec-06 7:21 
GeneralRe: Ramdom Number Generator Pin
Dave Kreskowiak19-Dec-06 8:26
mveDave Kreskowiak19-Dec-06 8:26 
The RNG in the .NET Framework, or any other library for that matter, doesn't constantly computer random numbers and you just get the one that "fly's by" when you need it. The next number you get is calculated at the time you call .Next(). It's a formula that takes the previous value and generates a new value that appears to be random when an entire series of numbers is examined. That's why it's called a psuedo-random number generator.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionFiltering data on port. Pin
Kobi_Z19-Dec-06 5:27
Kobi_Z19-Dec-06 5:27 
AnswerRe: Filtering data on port. Pin
Dave Kreskowiak19-Dec-06 8:29
mveDave Kreskowiak19-Dec-06 8:29 
GeneralRe: Filtering data on port. Pin
Kobi_Z19-Dec-06 16:54
Kobi_Z19-Dec-06 16:54 
GeneralRe: Filtering data on port. Pin
Dave Kreskowiak20-Dec-06 3:19
mveDave Kreskowiak20-Dec-06 3:19 
GeneralRe: Filtering data on port. Pin
Kobi_Z20-Dec-06 5:20
Kobi_Z20-Dec-06 5:20 
QuestionHow to convert 15bits colors to 24bits colors? Pin
bouli19-Dec-06 5:15
bouli19-Dec-06 5:15 
AnswerRe: How to convert 15bits colors to 24bits colors? Pin
Guffa19-Dec-06 5:54
Guffa19-Dec-06 5:54 
QuestionWorking with 1GB XML file Pin
Praveen Raghuvanshi19-Dec-06 4:25
professionalPraveen Raghuvanshi19-Dec-06 4:25 
AnswerRe: Working with 1GB XML file Pin
Daniel Grunwald19-Dec-06 5:04
Daniel Grunwald19-Dec-06 5:04 
AnswerRe: Working with 1GB XML file Pin
Pete O'Hanlon19-Dec-06 5:07
mvePete O'Hanlon19-Dec-06 5:07 
AnswerRe: Working with 1GB XML file Pin
donchev_p19-Dec-06 8:42
donchev_p19-Dec-06 8:42 
QuestionStrting parsing Pin
zaboboa19-Dec-06 4:20
zaboboa19-Dec-06 4:20 
AnswerRe: Strting parsing Pin
V.19-Dec-06 4:24
professionalV.19-Dec-06 4:24 
AnswerRe: Strting parsing Pin
Pete O'Hanlon19-Dec-06 5:10
mvePete O'Hanlon19-Dec-06 5:10 
GeneralRe: Strting parsing Pin
zaboboa19-Dec-06 5:31
zaboboa19-Dec-06 5:31 
QuestionMillisecods in C# DateTime format Pin
Praveen Raghuvanshi19-Dec-06 4:20
professionalPraveen Raghuvanshi19-Dec-06 4:20 
AnswerRe: Millisecods in C# DateTime format Pin
V.19-Dec-06 4:22
professionalV.19-Dec-06 4:22 

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.