Matlab Random Number Generator


Category:
Scripts
Matlab
Requirements:
Seller:
Price:
-
System:
Rating:
4.4
License:

Description - Matlab Random Number Generator



This zip file contains1) 3 MATLAB functions to generate uniformly distributed random numbers in the interval(0, 1)-> randCrypt.mexw32, randChaos.mexw32, randQuant.mexw322) 3 C++ files that created these MATLAB functions->randCrypt.cpp, randChaos.cpp, randQuant.cpp3) 3 function references that describe each of the MATLAB function call->randCryptFunctionRef.txt, randChaosFunctionRef.txt,randQuantFunctionRef.txt Before you download1) Results from these random generating functions have Precision up to a fixed numDecimalPlaces. This means that randCrypt returns number in the interval 10^-numDecimalPlaces : 10^-numDecimalPlaces : 1 - 10^-numDecimalPlaces. Increasing the precision of the number generated increases the time taken. 2) These functions are much slower than the rand available in MATLAB. This is the price to pay for generate true random numbers. Please read their function reference for more Details on the time taken. Hence, if pseudorandom numbers work for you, you can ignore these programs. 3) randChaos and randQuant require internet connection to retrieve random bytes from http://www.random.org and http://www.fourmilab.ch/hotbits respectively. I would like to thank the authors of these website for providing these random bytes.



More in Matlab-Matlab Random Number Generator

Random Numbers Time Taken Matlab Random Number