Opened 7 years ago
Last modified 6 years ago
#1108 closed defect
"Writing a Plugin Model" does not explain function "random" — at Version 1
Reported by: | Joachim Wuttke | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | SasView 4.3.0 |
Component: | sasmodels | Keywords: | |
Cc: | Work Package: | SasView Documentation |
Description (last modified by butler)
Each SasView seems to contain a function "random", on a par with "Iq".
However, I find no explanation of this function on the otherwise well
written and informative page "Writing a Plugin Model" [1].
Could you please point me to an existing explanation of "random", or
briefly improvise such explanation?
Thanks, Joachim
[1] http://www.sasview.org/docs/user/sasgui/perspectives/fitting/plugin.html
Note: See
TracTickets for help on using
tickets.
Can you elaborate please? I just looked at the documentation and it seems pretty clearly explained (though I have not run
To see all the help it may give as suggested. However to note that "random" is not a SasView function at all but a parameter in the compare framework used for testing models. I think it just calls the built in random number generator to create values for the model parameters within what should be generically "reasonable" bounds for a given parameter type as explained in the documentation:
A better indication of what is confusing and how to make it more clear to a first time model developer would be helpful and very welcome.