Warning, /education/labplot/tests/import_export/ASCII/scripts/README is written in an unsupported language. File is not indexed.
0001 c++ code: 0002 0003 binary_motion.cpp and binary_motion_binary.cpp simulate Brownian motion and write the output to a file in ASCII or in the binary format, respectively. 0004 To change the number of particle paths as well as the number of iterations adjust the corresponding parameters in the code. 0005 To compile, use 0006 * g++ brownian_motion.cpp -lgsl -lgslcblas -lm -o brownian_motion 0007 * g++ brownian_motion_binary.cpp -lgsl -lgslcblas -lm -o brownian_motion_binary 0008 0009 0010 0011 python scripts: 0012 TODO: document the scripts