Image noise: Difference between revisions

m
(added ocaml)
Line 296:
Sys.catch_break true;
blit_noise surf</lang>
 
compile with:
ocamlopt bigarray.cmxa -I +sdl sdl.cmxa noise_fps_sdl.ml -o noise_fps_sdl.opt
 
=={{header|PureBasic}}==