package
3.0.0-18+incompatible
Repository: https://github.com/pip-services3-go/pip-services3-commons-go.git
Documentation: pkg.go.dev

# Variables

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

# Structs

Random generator for array objects.
Random generator for boolean values.
Random generator for Date time values.
Random generator for double values.
Random generator for float values.
Random generator for integer values.Example: value1 := RandomInteger.nextInteger(5, 10); // Possible result: 7 value2 := RandomInteger.nextInteger(10); // Possible result: 3 value3 := RandomInteger.updateInteger(10, 3); // Possible result: 9.
Random generator for integer values.Example: value1 := RandomLong.nextLong(5, 10); // Possible result: 7 value2 := RandomLong.nextLong(10); // Possible result: 3 value3 := RandomLong.updateLong(10, 3); // Possible result: 9.
Random generator for string values.
Random generator for various text values like names, addresses or phone numbers.