![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() ![]() |
If the argument is a String, it should contain a simple number, not an expression.
If the argument is a Matrix, then its first element will be returned.
The argument is mandatory.
The optional argument specifies the mean (and the standard deviation) of the distribution to be generated. If the argument is omitted, a mean of 1 is assumed.
The mean is usually specified as a Number but may also be of type Histogram and Matrix. In the latter two cases, variables of the same type will be returned, taking for each output element as mean the corresponding element of the argument.
A random number sequences according to only one function can be generated at the time.
This generator has no arguments.
This function has no arguments.
This function has no arguments.
Separate random number sequences according to different histograms can be generated concurrently.
The argument is mandatory.
The optional argument specifies the mean of the distribution to be generated. If the argument is omitted, a mean of 1 is assumed.
The mean is usually specified as a Number but may also be of type Histogram and Matrix. In the latter two cases, variables of the same type will be returned, taking for each output element as mean the corresponding element of the argument.
The argument specifies the theta parameter of the distribution to be generated. If the argument is omitted, a theta of 1 is assumed.
The theta parameter is usually specified as a Number but may also be of type Histogram and Matrix. In the latter two cases, variables of the same type will be returned, taking for each output element as theta the corresponding element of the argument.
This function has no argument.
The STRING function is for instance used to create file names that depend on parameters of the chamber being studied:
Global argon 70 Global co2 30 Global gas_file `Argon_`/string(argon)/`_CO2_`/string(co2)/`.gas` Call inquire_file(gas_file,exist) If exist Then get {gas_file} Else write {gas_file} magboltz argon {argon} co2 {co2} Endif
This function provides a functionality which is similar to the INQUIRE_TYPE procedure.
Formatted on 0103-05-16 at 14:05.