package
1.1.0
Repository: https://github.com/verily-src/fhirpath-go.git
Documentation: pkg.go.dev

# Functions

AlnumString returns, as a string, a pseudo-random string containing n alphanumeric characters.
DecString returns, as a string, a pseudo-random string containing n decimal characters.
HexString returns, as a string, a pseudo-random string containing n hex characters.
Int63n returns, as an int64, a non-negative pseudo-random number in the half-open interval [0,n).
Intn returns, as an int, a non-negative pseudo-random number in the half-open interval [0,n).
OneOf returns, as a T object, a pseudo-randomly selected value from args.
String returns, as a string, a pseudo-random string containing n characters all consisting of values within the supplied alphabet string.
Time returns, as a time.Time object, a pseudo-random time starting with the base time, and adding a random amount between the half-open interval [0, variation) to the time.