|
subroutine mod_vector::vc_random |
( |
type(vector),intent(inout) |
v, |
|
|
real*4,intent(in),optional |
low, |
|
|
real*4,intent(in),optional |
high | |
|
) |
| | |
initialize the vector by random value
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| v | : type(vector) |
| low | : lbound (optional, default=1.0) |
| high | : ubound (optional, default=card(v)) |
- Date:
- 12th of March, 2011
Definition at line 453 of file vector.f90.
|