diff --git a/vmapplet/lpy/statistics.lpy b/vmapplet/lpy/statistics.lpy index fe5e979..7d5583b 100644 --- a/vmapplet/lpy/statistics.lpy +++ b/vmapplet/lpy/statistics.lpy @@ -1,5 +1,3 @@ -import random - from vmapplet.sequences import ( generate_sequence, terminal_fate diff --git a/vmapplet/srandom.py b/vmapplet/srandom.py index 805e752..37c4708 100644 --- a/vmapplet/srandom.py +++ b/vmapplet/srandom.py @@ -9,7 +9,7 @@ :Revision: $Id$ """ -import random as std_random +from .simulation import random as std_random def random(*args):