Jun <[email protected]> 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

Reply via email to