January 06, 2011
Does anyone knows how can I set the boundary of uniform()?

I got an error with "uniform("[]", 0, 10);"
January 06, 2011
Jun <blings@naver.com> wrote:

> Does anyone knows how can I set the boundary of uniform()?
>
> I got an error with "uniform("[]", 0, 10);"

The documentation seems a bit weird on uniform, yes.
The correct way is:
uniform!"[]"( 0, 10 )

-- 
Simen