Results 1 to 4 of 4

Thread: Randomize with something else?

  1. #1

    Thread Starter
    Frenzied Member Ultimasnake's Avatar
    Join Date
    Feb 2002
    Location
    Amsterdam, holland
    Posts
    1,172

    Question Randomize with something else?

    How can i randomize with something else than RND * 20 ... the randomizing like that sucks big time i am currently using this:

    Rnd * treeview.nodes.count , but it is always has the same way of randomizing (how ever to call it )... it is for a playlist in my media player. It always plays the same songs in the same order.. even after restarting the program wich is very anoying
    For my PC and MS Smartphone 2003 software visit
    http://www.ultimasoftware.nl

  2. #2
    Si_the_geek
    Guest
    at the start of your program just put this line:

    VB Code:
    1. Randomize Timer

    then the random numbers will seem random (due to the way computers work they can never get truly random numbers, but this is as close as you can get!)

  3. #3

    Thread Starter
    Frenzied Member Ultimasnake's Avatar
    Join Date
    Feb 2002
    Location
    Amsterdam, holland
    Posts
    1,172
    randomize timer? only that doesn't work m8
    do i need to add something? an object?
    For my PC and MS Smartphone 2003 software visit
    http://www.ultimasoftware.nl

  4. #4
    Si_the_geek
    Guest
    it should be fine like that, what happens?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width