Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 93(0.001 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.0
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 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 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 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 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 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 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 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 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 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 Views: 0