Typo in JavaDoc, nextRandomInt

[java]nextRandomInt(int min, int max)

Returns a random float between min and max.[/java]



Should read ‘returns a random integer between min and max’.

1 Like

cool thanks :slight_smile:

Uh. -.- I must have read that a million times and never noticed it. I blame copy and paste! :stuck_out_tongue:

I commited the fix to SVN. Thanks!