FMath::RandRange(0, 99); It’s literally in the first result.
FMath::RandRange(0, 99);
Same with array: Arr[FMath::RandRange(0, 99)];
Arr[FMath::RandRange(0, 99)];