OSDN Git Service

RNG algorithm is changed to Xorshift
authorhabu <habu@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 17 Feb 2013 07:08:28 +0000 (07:08 +0000)
committerhabu <habu@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 17 Feb 2013 07:08:28 +0000 (07:08 +0000)
commitd545844a946883550d8ed5d75c24b7f4637c975f
treeebb7870a641096d539fecc57370774fde312418f
parent56d5ffa545448014bad74630a086bef31e574c82
RNG algorithm is changed to Xorshift

RNG algorithm is changed from original one to Xorshift.
Xorshift uses Rand_state[0]-Rand_state[3] variables as RNG state,
therefore Rand_place and Rand_state[4]-Rand_state[63] variables are
unused now.
src/z-rand.c