Skip to content

Commit 48f350a

Browse files
committed
Merge branch 'master' into mswin
2 parents 6fbaaa4 + 5405406 commit 48f350a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/code/target-random.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
162162
(progn
163163
(/show0 "No /dev/urandom, using randomness from time and pid")
164164
(+ (get-internal-real-time)
165-
#!+unix (ash (sb!unix:unix-getpid) 32))))))
165+
(ash (sb!unix:unix-getpid) 32))))))
166166
;; For convenience to users, we accept (simple-array (unsigned-byte 8) (*))
167167
;; We just convert it to (simple-array (unsigned-byte 32) (*)) in a
168168
;; completely straightforward way.

0 commit comments

Comments
 (0)