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}' ambiguity.typesofnote.com/finite
import requests; r=requests.post('http://ambiguity.typesofnote.com/finite', data={"samples":1000, "lower":0, "upper":10})
ToExpression[StringJoin["{", URLExecute["http://ambiguity.typesofnote.com/finite", {"format" -> "json", "samples" -> 1000, "lower" -> 0, "upper" -> 10, "shuffled" -> "false"}, "Method" -> "POST"], "}"]]
SmoothHistogram[ ToExpression[ StringJoin["{", URLExecute[ HTTPRequest[ "http://ambiguity.typesofnote.com/finite", <| "Body" -> {"format" -> "json", "samples" -> 1000, "lower" -> 0, "upper" -> 10, "shuffled" -> "false"}, Method -> "POST"|>]], "}"]], PlotRange -> All]
SmoothHistogram[ Flatten[URLExecute[ HTTPRequest[ "http://ambiguity.typesofnote.com/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.