Guest
#4133139
Hi, How can I generate random time delay in following code? What I found so far is only random generation in a process with function "uniform". I want to generate random time delays during compile time. Is it possible? Thanks.
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
I am now generating it from for-variable "i" which is not random.