Results 1 to 2 of 2
Thread: What is Seeding Concept?
- 09-02-2008, 09:03 AM #1
- 09-03-2008, 05:47 AM #2
Member
- Join Date
- Jul 2008
- Posts
- 68
- Rep Power
- 0
In reference to what? I have come across it in the concept of a starting point for an algorithm. For example, there is no way to truly generate random numbers. There are algorithms which can generate pseudo-random numbers. These algorithms accept a "seed" as a parameter and do some logic against it to create a "random" number. The same seed for the same algorithm will always generate the same output. A common practice when generating random numbers is to seed your random number generator with with current system time in milliseconds, as it is always changing and will create a new seed every time the method is called.
Similar Threads
-
Map concept in JAVA
By Mathan in forum New To JavaReplies: 19Last Post: 06-27-2008, 06:02 AM -
mail concept
By indirani in forum New To JavaReplies: 3Last Post: 04-16-2008, 01:30 PM -
mail concept
By thamizhisai in forum Advanced JavaReplies: 4Last Post: 04-11-2008, 07:19 AM -
What is RMI concept in Spring Framework
By Java Tip in forum Spring FrameworkReplies: 0Last Post: 04-02-2008, 10:36 AM -
What is RMI concept in Spring Framework
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:21 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks