From dbe88755af2cf1593b92cd6a08a097fcd8db8c47 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Wed, 9 Jan 2019 14:31:51 +0100 Subject: Remove random FAQ item --- docs/frequently-asked-questions.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'docs') diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 2cc082b4..8d7caefe 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -77,15 +77,6 @@ otherwise an exception is thrown. Advanced Questions ****************** -How do you get a random number in a contract? (Implement a self-returning gambling contract.) -============================================================================================= - -Getting randomness right is often the crucial part in a crypto project and -most failures result from bad random number generators. - -If you do not want it to be safe, you build something similar to the `coin flipper `_ -but otherwise, rather use a contract that supplies randomness, like the `RANDAO `_. - Get return value from non-constant function from another contract ================================================================= -- cgit v1.2.3