VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



RandArray

by bikeguy (2 Submissions)
Category: Data Structures
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

This code demonstrates how to efficiently randomize an array of user defined type (UDT) items. Basically, you include a "randValue" property in definition of the UDT, and any time you want to randomize the order,
set this value to rnd() for each element, and then sort on that property. Pretty useful for a lot of applications. For example, I originally wrote this to randomly and repeatedly select 5-10 items from an array of thousands of members.
If you like this, please vote. If you don't like it, don't vote. I hope somebody finds something useful
in this.
To use:
1 - Click on the "Build UDT Data" button and enter the number of items you wish to create. The listbox
on the main form will be populated with the UDT items order alphabetically by last name.
2 - To Randomize the items, click on the "Randomize" button. You can do this over and over.
3 - If you want to re-order the UDT items alphabetically, click on the "Alpha" button.

Rate RandArray

Download RandArray

Download RandArray (305 KB)

RandArray Comments

No comments have been posted about RandArray. Why not be the first to post a comment about RandArray.

Post your comment

Subject:
Message:
0/1000 characters