I need to generate random fields inside flac. I need an algorithm of the distributions in matlab or excel and call them from FLAC2d. Or can I create the algorithm inside FLAC using FISH?
The best way is to write your own code in Fish. There is urand and grand fish functions that can prepare uniform and normal variables. So you can use them for probabilistic analysis in FLAC.