Included in This Repository are some Simple Scientific Computing Applications. All Applications (.cpp files) are stand alone programs and can be simply compiled and run individually. Some .txt/.dat files have been included as sample program output.
- BasisDiscretization.cpp: used for griding out an Indepentdent Basis vector in user-defined Step-Size.
- BinaryBasisGenerator.cpp: is a binary counter from 0 to N basis vectors.
- N_DimCoinFilp.cpp: is used to generate random 64-bit length Binary Strings.
- RandomWalker_3D.cpp: A Random 3D Walker.
- TimeStamp.cpp: A timestamp generator.
/*
Written & Distributed by: RABOMETRICS
*/