src/pylib/Lib/random

Search:
Group by:
Source   Edit  

Procs

proc Random(): Rand {....raises: [], tags: [], forbids: [].}
Source   Edit  
proc Random(x: int64): Rand {....raises: [], tags: [], forbids: [].}
Source   Edit  

Templates

template choice[T](data: openArray[T]): T
Source   Edit  
template randint[T: SomeInteger](a, b: T): int
Source   Edit  
template seed()
Source   Edit  
template seed(val: SomeNumber)
Source   Edit