Refact(core): rename bltin_gene to int_gene

This commit is contained in:
Bertrand Benjamin 2019-01-07 09:42:43 +01:00
parent 94077b6e6c
commit f87e6c5727
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Tokens representing interger and decimal
from decimal import Decimal as _Decimal
from .token import Token
from ...core.arithmetic import gcd
from ...core.random.bltin_gene import filter_random
from ...core.random.int_gene import filter_random
from ...core.MO import MO, MOnumber
from ...core.MO.fraction import MOFraction

View File

@ -7,7 +7,7 @@
# Distributed under terms of the MIT license.
"""
Function to create random things
Function to create random integer
"""
import random