Bit
Yes! No! Yes! No! (Tron-style bits are much more reliable for counsel than the elves.)
The following operations are supported. For a formal definition, please review the Service Description.
-
AskApplicationAsBoolean
Get an answer for yourself as a boolean value. These answers are based on a globally cached value for the previous answer, and as such are less deterministic than AskSessionX - if other people are also using the service. -
AskApplicationAsString
Get an answer for yourself as a string value. These answers are based on a globally cached value for the previous answer, and as such are less deterministic than AskSessionX - if other people are also using the service. -
AskRandomAsBoolean
Get an answer for yourself as a boolean value. These answers are pseudo-randomly generated. -
AskRandomAsString
Get an answer for yourself as a string value. These answers are pseudo-randomly generated. -
AskSessionAsBoolean
Get an answer for yourself as a boolean value. These answers are based on a session-cached value for the previous answer, and as such are the most deterministic; at least until your session times out. -
AskSessionAsString
Get an answer for yourself as a string value. These answers are based on a session-cached value for the previous answer, and as such are the most deterministic; at least until your session times out.