saikoro -- a random number/matrix generator from uniform distributions.
Program name : saikoro (
'=bin='
)
saikoro -g X,Y -y L..U
Generates random uniform variable. Discrete/uniform can be specified.
Usage Example :
saikoro
saikoro -~
saikoro -g 5,8 -y 0,100
saikoro -g 5,8 -. 3
オプション:
-g N ; Get N random variables.
-g N1,N2 ; Get N1
times
N2 variables. N1
for
vertical, N2
for
horizontal.
-~ ; Number specifications N1 and N2 are reversed.
-y N1,N2 ; Limit the
values
in [N1,N2]. Form
"-y N1..N2"
is also allowed.
-. N : Switch to continuous from discrete. N digits
after
decimal points by rounding.
-1 : Switch to
no
secondary information that would be output to STDOUT. (Quiet)
-s N : Random seeed specification. Essentially the residual divided by 2^32 is used.
-/ char : Specifies the horizontal separator character.
--help : Print this online help manual of this command
"'=SCRIPT='"
. Similar to
"perldoc `which [-t] '=SCRIPT='` "
.
--help opt ..or.. --help options : Only shows the option helps. It is easy to
read
when
you are in very necessary.
--help ja : Shows Japanese online help manual. ;
"saikoro --help ja"
で日本語のオンラインマニュアルを表示します。
--help nopod : Print this online manual using the code insdide this program without using the function of Perl POD.