> From: Carl Wyant > > I would like to be able to generate a 'list' of 'random' (or I guess, > pseudo-random), non-repeating numbers; somewhere between 00000 and > 99999. > But more importantly, I would like to be able to repeat, [or > alternatively, > have someone else (on some other computer)] generate the SAME list. > > Is there some way to do this in J, short of creating a formula to just > 'randomize' such a list? >
Yes this is possible. See the following Wiki page for implementations: http://www.jsoftware.com/jwiki/Essays/RNG ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
