On Mon, Mar 28, 2011 at 11:57 AM, Mike Day <[email protected]> wrote: > NB - for old hands: It's not clear to me where the > equivalent can be found in the new J7 setup. I can't > find "statdist.ijs" anywhere. Are the old stats scripts > deplored?
If you install the stats/base library through jal, you can use: require 'stats/base' This is equivalent to: require 'addons/stats/base/base.ijs' and normalrand is in addons/stats/base/random.ijs (which is pulled in by that base.ijs). -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
