functions and methods that can be directly dispatched to std/random
Procs
func genrand_uint32(self: PyRandom): uint32 {....raises: [], tags: [], forbids: [].}
- inner. Source Edit
proc getstate(): PyRandomState {....raises: [], tags: [], forbids: [].}
- Source Edit
proc setstate(state: PyRandomState) {....raises: [], tags: [], forbids: [].}
- Source Edit
Templates
template genrand_uint32(): uint32
- Source Edit