Arduinocoms icon Arduinocoms EZB v4-Arduino I2C bridge for ARC: supports custom C# code and reads gamepad or Wii controller inputs for robot control Try it →
 

Getrandomunique

Utility.getRandomUnique(min, max)

Parameters

min Inclusive lower bound on the random integer.
max Exclusive upper bound on the random integer.

Returns

Random integer between min (inclusive) and max (exclusive) and unique from the last returned integer.

Description

Returns a random integer between min (inclusive) and max (exclusive). This function will never return the same integer twice.