var rand = RandomNumberGenerator.new()
rand.randomize()
print(rand.randf())
デフォルトのシードでこの結果が毎回違うんだがどうなってんの