|
-
Jul 2nd, 2002, 06:21 AM
#1
Thread Starter
Frenzied Member
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
-
Jul 2nd, 2002, 06:26 AM
#2
at the start of your program just put this line:
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!)
-
Jul 2nd, 2002, 06:28 AM
#3
Thread Starter
Frenzied Member
randomize timer? only that doesn't work m8
do i need to add something? an object?
-
Jul 2nd, 2002, 06:33 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|