[[Python]] 使用 [[Mersenne Twister]] 算法作为核心生成器。 random.random(): 生成 0 <= 1.0 区间内的浮点数 random.uniform(x, y): 生成指定区间内的浮点数 random.randint(x, y): 生成指定区间内的整数