Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
| Type | Name | Description | |
|---|---|---|---|
| int32 | RandomIntegerFromStream
(
const FRandomStream& Stream, |
Random stream functionsReturns a uniformly distributed random number between 0 and Max - 1 | |
| int32 | RandomIntegerFromStream
(
int32 Max, |
Use RandomIntegerFromStream taking the FRandomStream as the first argument. |