Compare distribution of three random integer algorithm from random bytes.
c
sadrand
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

12345
  1. #!/usr/bin/gnuplot -p
  2. splot \
  3. "/tmp/rnd3d.dat" using 1:2:3 w p lt rgb "green" t "std-rand" \
  4. ,"/tmp/rnd3d.dat" using 1:2:4 w p lt rgb "blue" t "mod-rand" \
  5. ,"/tmp/rnd3d.dat" using 1:2:5 w p lt rgb "red" t "prop-rand"