RosettaCodeData/Task/Random-number-generator--device-/00DESCRIPTION
2016-12-05 22:15:40 +01:00

5 lines
254 B
Text

;Task:
If your system has a means to generate random numbers involving not only a software algorithm   (like the [[wp:/dev/random|/dev/urandom]] devices in Unix),   then:
show how to obtain a random 32-bit number from that mechanism.
<br><br>