DomenicoDeFelice / jsrand

A seeded pseudo-random number generator for JavaScript.

Home Page:https://github.com/DomenicoDeFelice/jsrand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increasing the randomness of results

Zt-freak opened this issue · comments

commented

Hi, I'm currently using Unix timestamps as seeds and I have noticed that the random numbers it returns increase as my seed increases. Is there a way to make this seem more random?