BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Random
Returns a uniformly distributed random number between 0 and Max - 1
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
integer | Max |
Outputs
Type | Name | Description |
---|---|---|
integer | Return Value | Returns a uniformly distributed random number between 0 and Max - 1 |