Skip to main content

All Questions

0 votes
0 answers
2k views

How do I get real random in CMD?

I have some script which every PC in network download and execute, and the task is NOT to run script simultaneously. So, I used simple pseudo-random for timeout like TIMEOUT /T 2%random:~0,2% But as ...
alive-one's user avatar
0 votes
0 answers
71 views

Why do we use pseud-random numbers when we have access to truly random numbers easily? [duplicate]

Is there any reason except being able to reproduce the same sequence of numbers, for using pseudo-random number generators while there is easy access to truly random numbers such as the number of ...
Amirreza A.'s user avatar
0 votes
0 answers
74 views

convert decimal random values to binary for ent testing

I have ascii random values from /dev/urandom in a file like: 435 678 437 897 They are uniformly distributed and have perfect average. feeding the file to ent test suite yields low entropy value and ...
M. A.'s user avatar
  • 99