| Library: | distribs |
| See also: | ranexp2 normal2 uniform2 |
| Quantlet: | randomize2 | |
| Description: | Sets the seed of the pseudo-random number generator |
| Usage: | randomize2(s) | |
| Input: | ||
| s | Interger seed for the pseudo-random number generator. | |
library("distribs")
randomize2(101)
uniform2(3)
uniform2(3)
randomize2(101)
uniform2(3)
Contents of x [1,] 0.26647 [2,] 0.32541 [3,] 0.03316 Contents of x [1,] 0.20473 [2,] 0.23917 [3,] 0.13099 Contents of x [1,] 0.26647 [2,] 0.32541 [3,] 0.03316