Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Uray
  • Order by date
  1. Uray

    Random Class

    Rabbi, I am thanking you, but asking too if the sequence is for sure random after? Uray
  2. Uray

    Random Class

    I am believing I have seen answer before but can't find. The code I have from before is: public void seedRandomGenerator(){ try{ long seedNumber = Long.parseLong(txtNumberSeed.getText()); Random random = new Random(seedNumber); randomNumber = 1 +...

Part and Inventory Search

Back
Top