Refact(core): reorganise files for random
This commit is contained in:
parent
e0334d3c0f
commit
94077b6e6c
@ -11,10 +11,9 @@ Tokens representing interger and decimal
|
||||
|
||||
"""
|
||||
from decimal import Decimal as _Decimal
|
||||
from random import random, randint
|
||||
from .token import Token
|
||||
from ...core.arithmetic import gcd
|
||||
from ...core.random import filter_random
|
||||
from ...core.random.bltin_gene import filter_random
|
||||
from ...core.MO import MO, MOnumber
|
||||
from ...core.MO.fraction import MOFraction
|
||||
|
||||
|
@ -165,9 +165,6 @@ class Token(object):
|
||||
"""
|
||||
return self._operate(other, "/")
|
||||
|
||||
|
||||
|
||||
|
||||
# -----------------------------
|
||||
# Reglages pour 'vim'
|
||||
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
||||
|
0
mapytex/calculus/core/random/__init__.py
Normal file
0
mapytex/calculus/core/random/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user