What are your thoughts about macro names along the lines of...
RND2MIZE -- uses timer as seed
RND2MIZE1 -- uses John's wild wheel method as seed
RND2TRUE -- " " "
RND2MIZE2 -- uses David's method to get MS's crypto seeds
RND2CSEED -- " " " ( or maybe RND2CRSD or RND2CRYPT )
RND2MIZE3 -- uses default fixed seed
RND2DFLT -- " " "
RND2MIZE [ ## ] -- uses the provided number as seed
RND2REDO -- repeats sequence from a bookmarked value
RND2MARK -- creates a bookmark
RND2TOGN -- toggles the +/- flag for RND2() ( or maybe RND2TNEG)
Regarding the RND2(#) functions... can we switch #s 2 and 6? I'd just as soon have the two main seeding options be sequential in their numbering.
RND2MIZE -- uses timer as seed
RND2MIZE1 -- uses John's wild wheel method as seed
RND2TRUE -- " " "
RND2MIZE2 -- uses David's method to get MS's crypto seeds
RND2CSEED -- " " " ( or maybe RND2CRSD or RND2CRYPT )
RND2MIZE3 -- uses default fixed seed
RND2DFLT -- " " "
RND2MIZE [ ## ] -- uses the provided number as seed
RND2REDO -- repeats sequence from a bookmarked value
RND2MARK -- creates a bookmark
RND2TOGN -- toggles the +/- flag for RND2() ( or maybe RND2TNEG)
Regarding the RND2(#) functions... can we switch #s 2 and 6? I'd just as soon have the two main seeding options be sequential in their numbering.
Comment