This is mainly meant as a post for discussion purposes - trying to figure out how to best approach supporting this in the API.
Currently, there's no clear way to add support for the random operations.
ONNX relies on the existence of a global key (the op API doesn't specify any key); However, TVM doesn't seem to expose any such value.
Any feedback or advice on how to approach this would be appreciated.