xorShift: Random Renerator

Description Usage Examples

Description

this function generates #num random numbers using the xorshift method through a vector with size num. the seed for this generator is set automatically with each time the function is called. this method is a fast, reliable and easy to implement method and a simple implementation of it can pass many PRNG tests like BigCrush suite

Usage

1
  xorShift(num)

Examples

1

abahram77/familiarDistribiution documentation built on May 11, 2019, 6:26 p.m.