Does Generating a Random Number Costs a lot of CPU Power
As the question suggest i am working on a game in which i am at a point where i have to generate random numbers i want to know does generating a random number costs a lot of cpu power as i am developing for mobile so this can ruin my game if it causes lag
Comment
Answer by Jan_Sch · Feb 21, 2017 at 02:16 PM
No, it shouldn't as long as you don't generate like 100 numbers at once.
Your answer

Follow this Question
Related Questions
Pausing animation after a random amount of seconds. 1 Answer
Best way to spawn objects randomly on only x-axis on Mobile 0 Answers
Random.Range code problem or problem with Unity? 1 Answer
Random XML Questions Using Fisher-Yates Shuffle 0 Answers
how to randomly instantiate prefabs but each with it's own probability? 2 Answers