Practical discrete time stochastic processes and tests of randomness.
Currently only using two implementations; standard accept-reject and inverse transformation method.
Using a proprietary implementation of the Non-overlapping Template Matching Test, based on "A Statistical Test Suite for Random and Pseudorandom Number Generators for Cryptographic Applications" from NIST.
To create vector with specified length containing randomly generated values, binary or decimal, use the function genvar. Possible to specify RNG-method during function call. To test the randomness, use the function p-value. For more detailed instruction, see documentation in each function file.