Random number generator (device): Difference between revisions

Add ed example
(added RPL)
(Add ed example)
 
Line 674:
(random-seed (current-time-milliseconds ))
(random (expt 2 32)) → 1322611152
</syntaxhighlight>
 
=={{header|Ed}}==
<syntaxhighlight>
H
!echo $RANDOM > /tmp/random.ed.txt
r /tmp/random.ed.txt
,p
Q
</syntaxhighlight>
 
90

edits