read-sys-random reads doubled size of specified bits

Issue #173 resolved
Takashi Kato repo owner created an issue

This should return max 32 bit but 64 bits

(import (math))
(bitwise-length (read-sys-random 32))

Comments (1)

  1. Log in to comment