What's the point of Random.new():NextNumber()? Random vs. math.random()?

Well yes Random object does provide a lot of useful functions so it’s better than math.random. I’ve heard some people say that Random.new is more random than math.random but according to this post

math.random was updated.