00:16:45 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 02:12:11 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 04:55:54 -!- rme [rme@45ABB5FE.20EC5E68.699BA7A6.IP] has quit [Quit: rme] 04:55:54 -!- rme [~rme@50.43.146.151] has quit [Quit: rme] 06:11:40 -!- milanj [~milanj_@109-93-193-140.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 08:39:09 jdz [~jdz@193.206.22.97] has joined #ccl 10:44:00 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 10:58:27 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 12:47:50 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 12:57:38 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 13:13:18 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 15:32:03 rme [~rme@50.43.146.151] has joined #ccl 16:54:35 -!- jdz [~jdz@193.206.22.97] has quit [Ping timeout: 246 seconds] 16:54:40 are there good reasons to think mixup-hash-code is good and does a good job of distributing things? (i don't know much about hashing) 17:22:46 milanj [~milanj_@109-93-193-140.dynamic.isp.telekom.rs] has joined #ccl 18:07:11 -!- sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Quit: Leaving.] 18:10:01 sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has joined #ccl 20:01:08 clop: no idea. I use /dev/urandom or /dev/random for randomness 20:01:25 There's an equivalent on windows, but I've forgotten it 20:04:41 https://github.com/billstclair/cl-crypto/tree/master/source 20:04:46 ffi.lisp and random.lisp 20:04:55 They know how to do it in windows 20:05:11 thought I'd figured that out once 20:06:48 billstclair: ccl uses the Windows way in an obscure fashion. see ccl::random-mrg31k3p-state. you can just M-. on make-random-state, and it's right above it in l1-numbers.lisp. 20:07:13 k 20:07:28 Does CCL use /dev/urandom on unix? 20:07:34 yes 20:07:38 cool 20:08:04 When making a random random-state, that is. 20:08:28 Right. After that it's all psedo-random. No more entropy added 20:08:38 pseudo-random 20:08:48 As per the CL spec 20:54:37 -!- milanj [~milanj_@109-93-193-140.dynamic.isp.telekom.rs] has quit [Read error: Operation timed out] 20:59:57 milanj [~milanj_@109-93-77-152.dynamic.isp.telekom.rs] has joined #ccl 21:16:22 -!- sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Quit: Leaving.] 21:16:43 sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has joined #ccl