|
|
|
VBScript programs to generate pseudo random numbers. We also briefly discuss precision in VBScript programs and when various VBScript functions will raise overflow errors. Several random number generators are compared using the Diehard battery of randomness tests. Rnd Function - VBScript program that duplicates the VBScript Rnd function. Generates pseudo random numbers using a 24-bit Linear Congruential Generator. Multiply With Carry Generator - VBScript program that generates pseudo random integers from a 32-bit Multiply With Carry Generator. Combo Generator - VBScript program that generates pseudo random integers from a combination of 12 32-bit Multiply With Carry generators. Precision in VBScript - Discussion of precision in VBScript and ranges of values that can be handled by various functions without overflow. Randomness Tests - Results of randomness tests on various pseudo random number generators. The Diehard battery of tests were used. Zephyr Encryption - A program to encrypt and decrypt files. ZHA Hash Algorithm - A module under development to hash input values. |
Send mail to
HilltopLab@RLMueller.Net with questions or comments about this web site.
|