Versions in this module Expand all Collapse all v1 v1.1.9 Oct 1, 2018 Changes in this version + type RSG struct + func NewRSG(seed int64, y string) (*RSG, error) + func (r *RSG) Float64() float64 + func (r *RSG) Generate(root string, depth int) string + func (r *RSG) GenerateRandomArg(typ parser.Type) string + func (r *RSG) Int() int64 + func (r *RSG) Int63() int64 + func (r *RSG) Intn(n int) int Incompatible versions in this module v19.2.12+incompatible Jan 12, 2021