package
0.0.0-20220915124144-11f4c05de508
Repository: https://github.com/bitstonks/syndi.git
Documentation: pkg.go.dev

# Functions

GetGenerator will find a generator matching args.Type if one was registered or return an error.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Creates a random float generator with exponential distribution where the minimal value is args.MinVal and the mean value is (args.MinVal+args.MaxVal)/2.
Creates a random float generator with a normal distribution with the mean equal to the mean of args.MinVal and args.MaxVal and with both MinVal and MaxVal one stDev away from the mean.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOneOfGenerator constructs a oneOfGenerator.
No description provided by the author
No description provided by the author
No description provided by the author
TODO: add length?.
No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author