Great Ogre Dictator
Lord Nagafen Raider
- 196
- 262
I need help either finding or creating a pc program.
? The program needs to randomly choose a name, without repeats.
? Names should come from an easily editable database, such as a text doc with each name on an individual line or from an excel doc.
? Needs to be capable of creating a random array from a large set of names (at least 120).
? It will cycle through the current set of names until told to reset, or it reaches the end, at which point it will create a new random array.
? I need to be able to save the current array so that I can continue on from day to day.
This is mostly a program to assign certain daily tasks fairly (e.g. toolroom duty, projects, cutters/fitters, etc.). I've been having a horrible time looking something up online for this; most programs have no save options, and/or are limited to very small lists.
Any help would be much appreciated.
? The program needs to randomly choose a name, without repeats.
? Names should come from an easily editable database, such as a text doc with each name on an individual line or from an excel doc.
? Needs to be capable of creating a random array from a large set of names (at least 120).
? It will cycle through the current set of names until told to reset, or it reaches the end, at which point it will create a new random array.
? I need to be able to save the current array so that I can continue on from day to day.
This is mostly a program to assign certain daily tasks fairly (e.g. toolroom duty, projects, cutters/fitters, etc.). I've been having a horrible time looking something up online for this; most programs have no save options, and/or are limited to very small lists.
Any help would be much appreciated.