Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The Std.Random namespace contains the following items:
Name | Description |
---|---|
DrawRandomBool | Given a success probability, returns a single Bernoulli trial that is true with the given probability. |
DrawRandomDouble | Draws a random real number from a uniform distribution in a given inclusive interval. Fails if max < min . |
DrawRandomInt | Draws a random integer from a uniform distribution in a given inclusive range. Fails if max < min . |