Example generates a pseudo-random value using the given random generator.
(*ExampleGenerator)
| 23 | IsCompatible(any) bool |
| 24 | // Example generates a pseudo-random value using the given random generator. |
| 25 | Example(*ExampleGenerator) any |
| 26 | // Hash returns a unique hash value for the instance of the type. |
| 27 | Hash() string |
| 28 | } |
no outgoing calls