Uniform Random Number Algorithm
|
01-23-2017, 06:33 PM
Post: #10
|
|||
|
|||
RE: Uniform Random Number Algorithm
It is specifically NOT in the manual by design to keep things simple. Same reason why it doesn't appear in the catalog - only power users highly interested in such things will ever have a need for anything other then a "more then good enough" random generator.
Having multiple functions that do (to the normal, non-power user) identical things is not really a good idea in general. We'd then have to explain why all the random number generation seed value setting is different for different functions, why one is slower then the other, why different generators are used, etc. This prevents people who might get confused from stumbling across it, not matching results that others are getting, and so on - while allowing users like yourself to access it. The alternative would be just to remove it completely. TW Although I work for HP, the views and opinions I post here are my own. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)