rand/pcg32: make the struct public

pull/2792/head
Alexander Medvednikov 2019-11-19 14:26:14 +03:00
parent a620e66af5
commit ddcff7e9c5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module rand
// Ported from http://www.pcg-random.org/download.html
// and https://github.com/imneme/pcg-c-basic/blob/master/pcg_basic.c
struct Pcg32 {
pub struct Pcg32 {
mut:
state u64
inc u64