Output of tests/gnuplot.py for some algorithms using seed="one".
Grayscale with Python Imaging Library
RANDU
Lower 8 bits of the RANDU engine (256x256):
Command to generate the picture:
./gen_files.py --rng=randu --op=tick --mask=2**8-1 --count=256**2|./draw_pil.py
Park-Miller
Park-Miller double() in 400x400 pixels:
Minimum Standard
Lower 15 bits of Minimum standard ticks (512x512 ticks):
Command to generate the picture:
./gen_files.py --rng=minimum_standard --mask=2**15-1 --count=512**2|./draw_pil.py --binary
drand48
Lower 8 bits of the drand48() engine (2048x100):
Command to generate the picture:
./gen_files.py --rng=drand48 --op=tick --mask=255 --count=2048*100|./draw_pil.py --width=2048
Gnuplot: x=rand(), y=rand()
Test engines
Relative of two consecutive counter ticks of the (test engine):
Command to generate the picture:
./gen_files.py --rng=counter --op=tick --count=256**2|./gnuplot.py --point=0.25
Poor quality engines
Better engines
Attachments
- park_miller.png (11.2 kB) - added by haypo on 06/02/08 18:48:15.
- drand48.png (20.2 kB) - added by haypo on 06/02/08 18:49:15.
- mixer.png (20.2 kB) - added by haypo on 06/02/08 18:49:23.
- linux_urandom.png (20.3 kB) - added by haypo on 06/02/08 18:50:28.
- isaac.png (20.2 kB) - added by haypo on 06/02/08 18:50:32.
- randu.png (3.8 kB) - added by haypo on 06/02/08 18:50:57.
- mersenne_twister.png (20.3 kB) - added by haypo on 06/02/08 18:53:32.
- random-one-park_miller-double.png (41.5 kB) -
Park-Miller double() in 400x400 pixels
, added by haypo on 06/03/08 01:17:22. - minimum_standard.png (8.8 kB) -
Lower 15 bits of Minimum standard ticks (512x512 ticks)
, added by haypo on 11/28/08 13:46:38. - counter.2.png (3.0 kB) -
Relative of two consecutive counter ticks of the (test engine)
, added by haypo on 11/28/08 13:49:43. - randu_lower8bits.png (2.4 kB) -
Lower 8 bits of the RANDU engine (256x256)
, added by haypo on 11/28/08 13:56:10. - drand48_lower8bits.png (188.0 kB) -
Lower 8 bits of the drand48() engine (2048x100)
, added by haypo on 11/28/08 14:04:31.












