blob: fbc359627c5e1a1767b1b42f5eee68ba97e6857f [file] [log] [blame]
%module xxx
/**
* Return a random variate with uniform distribution in the range [a,b), where a<b
*/
double uniform(double a, double b);