Description Usage Format Value Methods Future enhancements Examples
A helper class that generates pseudo random numbers with high entropy. Do not use this class directly: instead, use the global object rand that is already instanciated.
1 |
R6Class object.
Object of R6Class with properties and methods for pseudo random number generation.
new()Create a new object of this class.
get(n,min,max,verbosity)Generate n pseudo random numbers with values between min and max.
Add entropy from local system time
Add entropy from local system information
Perform more serious research to make the function robust
Provide support when no internet connection is available
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.