Exemplo n.º 1
0
 def test_last(self):
     vdm = Vdm()
     for i in range(self.N):
         self.valid(vdm.last())
Exemplo n.º 2
0
 def __init__(self, bot):
     ModuleBaseLastRandom.__init__(self, bot, "ModuleVdm", "vdm", Vdm())
Exemplo n.º 3
0
 def test_random(self):
     vdm = Vdm()
     for i in range(self.N):
         self.valid(vdm.random())