mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
Typos
This commit is contained in:
parent
6b29e4b30d
commit
6f86e0bd92
@ -37,8 +37,8 @@ import java.util.Random;
|
|||||||
* only called by the the thread initializing a simulation or the
|
* only called by the the thread initializing a simulation or the
|
||||||
* simulation thread itself.
|
* simulation thread itself.
|
||||||
* Rationale: By allowing another thread to use the random number
|
* Rationale: By allowing another thread to use the random number
|
||||||
* generator concurrency is intruduced, thus it can not be guaranteed
|
* generator concurrency is introduced, thus it can not be guaranteed
|
||||||
* that simulations are reproduceable.
|
* that simulations are reproducible.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class SafeRandom extends Random {
|
public class SafeRandom extends Random {
|
||||||
|
Loading…
Reference in New Issue
Block a user