Pick a number between 0 and infinity
randomhumanslab.com
Pick a number between 0 and infinity
1–4 of 4 posts
Re: Pick a number between 0 and infinity
#2Original idea from David Chalmers: https://consc.net/notes/pick-a-number.html
Re: Pick a number between 0 and infinity
#3This thing is easy to overflow, consider either represent numbers as strings or ask to pick a number between 0 and FLOAT64_MAX.
Re: Pick a number between 0 and infinity
#4This thing is easy to overflow, consider either represent numbers as strings or ask to pick a number between 0 and FLOAT64_MAX.
Good idea, thanks!