Parameters: int seed
Parameters: double rmin, double rmax
Returns: double
Parameters: int rmin, int rmax
Returns: int
Returns: LandRandom*
Parameters: LandRandom * self
Parameters: LandRandom * r, int rmin, int rmax
rmax is inclusive, so there are (rmax - rmin + 1) total values
Parameters: LandRandom * r, double rmin, double rmax
Random value in the half-open interval [min, max[, that is min is inclusive but max is exclusive.
Parameters: int * a, int n