vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
982 stars 118 forks source link

missing documentation of preprocessor macro random_ #437

Open tueda opened 1 year ago

tueda commented 1 year ago

The preprocessor macro random_ appeared in the FORM 4.1 paper https://arxiv.org/abs/1310.7007:

#define R "`random_(log,0.01,10.0)'"

Currently the random_ preprocessor variable can generate according to two distributions: logarithmic (log) and linear (lin).

so it does exist officially, but seems missing in the current reference manual.