2021-09-20 15:38:42 +02:00
|
|
|
=== Highlighting
|
|
|
|
|
2024-03-29 17:40:04 +00:00
|
|
|
When the random number generator's output **is not** predictable by default:
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2024-03-29 17:40:04 +00:00
|
|
|
* The constructor or method call where the predictable seed is set.
|
|
|
|
|
|
|
|
When the random number generator's output **is** predictable by default:
|
|
|
|
|
|
|
|
* The first method call to generate a random value.
|
|
|
|
* (Secondary) The creation of the random number generator.
|