Skip to content

rand.buffer #

struct PRNGBuffer #

struct PRNGBuffer {
mut:
	bytes_left int
	buffer     u64
}