Here's some other links which you might find useful:
curl -H "Content-Type: application/json" -X POST -d '{"samples":1000, "lower":0, "upper":10}' https://ambiguity.chapman.edu/finite
import requests; r=requests.post('https://ambiguity.chapman.edu/finite', data={"samples":1000, "lower":0, "upper":10})
ToExpression[StringJoin["{", URLExecute["https://ambiguity.chapman.edu/finite", {"format" -> "json", "samples" -> 1000, "lower" -> 0, "upper" -> 10, "shuffled" -> "false"}, "Method" -> "POST"], "}"]]
SmoothHistogram[ ToExpression[ StringJoin["{", URLExecute[ HTTPRequest[ "https://ambiguity.chapman.edu/finite", <| "Body" -> {"format" -> "json", "samples" -> 1000, "lower" -> 0, "upper" -> 10, "shuffled" -> "false"}, Method -> "POST"|>]], "}"]], PlotRange -> All]
SmoothHistogram[ Flatten[URLExecute[ HTTPRequest[ "https://ambiguity.chapman.edu/finite", <| "Body" -> {"format" -> "json", "samples" -> 1000, "lower" -> 0, "upper" -> 10, "shuffled" -> "false"}, Method -> "POST"|>]]], "PlotRange -> All]
Download CSV files of ambiguous values. Either with finite support, or the raw real number realizations from the generator.