woche12 > master: code py - imports von random methoden
This commit is contained in:
parent
c2cb11a141
commit
5c43419890
4
code/python/src/thirdparty/maths.py
vendored
4
code/python/src/thirdparty/maths.py
vendored
@ -10,6 +10,8 @@ import math;
|
|||||||
import numpy as np;
|
import numpy as np;
|
||||||
import pandas as pd;
|
import pandas as pd;
|
||||||
import random;
|
import random;
|
||||||
|
from random import uniform;
|
||||||
|
from random import choice as uniform_random_choice;
|
||||||
from tabulate import tabulate;
|
from tabulate import tabulate;
|
||||||
|
|
||||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@ -22,5 +24,7 @@ __all__ = [
|
|||||||
'np',
|
'np',
|
||||||
'pd',
|
'pd',
|
||||||
'random',
|
'random',
|
||||||
|
'uniform',
|
||||||
|
'uniform_random_choice',
|
||||||
'tabulate',
|
'tabulate',
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user