Fix incorrect rand_int output
1 files changed, 1 insertions(+), 1 deletions(-) M src/wyrand.cr
M src/wyrand.cr => src/wyrand.cr +1 -1
@@ 51,7 51,7 @@ struct Wyrand r &*= b p = pointerof(r).as {{type}}* - (p + {{128 // size - 1}}).value + (p + {{128 // size // 2}}).value end {% end %} end