Thank you for the post. It's also worth pointing out that interfaces are about to change and in master branch Random has already changed. Before you would grab a pointer to the random field inside your specific implementation, while now random has become a function that you call to get the random interface.
Thank you for the post. It's also worth pointing out that interfaces are about to change and in master branch
Randomhas already changed. Before you would grab a pointer to therandomfield inside your specific implementation, while nowrandomhas become a function that you call to get the random interface.Yes, I read the source code. Will update the example.