Refact(core): rename bltin_gene to int_gene
This commit is contained in:
@@ -13,7 +13,7 @@ Tokens representing interger and decimal
|
|||||||
from decimal import Decimal as _Decimal
|
from decimal import Decimal as _Decimal
|
||||||
from .token import Token
|
from .token import Token
|
||||||
from ...core.arithmetic import gcd
|
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 import MO, MOnumber
|
||||||
from ...core.MO.fraction import MOFraction
|
from ...core.MO.fraction import MOFraction
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
# Distributed under terms of the MIT license.
|
# Distributed under terms of the MIT license.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Function to create random things
|
Function to create random integer
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import random
|
import random
|
Reference in New Issue
Block a user