from dautil import log_api random_state = check_random_state(42) a = random_state.randn(5) random_state = check_random_state(42) b = random_state.randn(5) ...
確定! 回上一頁