summaryrefslogtreecommitdiff
path: root/nuttx/libc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/Kconfig')
-rw-r--r--nuttx/libc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/libc/Kconfig b/nuttx/libc/Kconfig
index a549ced45..09c332725 100644
--- a/nuttx/libc/Kconfig
+++ b/nuttx/libc/Kconfig
@@ -48,6 +48,14 @@ config LIBC_FLOATINGPOINT
By default, floating point
support in printf, sscanf, etc. is disabled.
+config LIB_RAND_ORDER
+ int "Order of the random number generate"
+ default 1
+ range 1 3
+ ---help---
+ The order of the random number generator. 1=fast but very bad random
+ numbers, 3=slow but very good random numbers.
+
choice
prompt "Newline Options"
default EOL_IS_EITHER_CRLF