mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
3
vlib/rand/dist/dist_test.v
vendored
3
vlib/rand/dist/dist_test.v
vendored
@ -9,8 +9,7 @@ const (
|
||||
error = 0.05
|
||||
// The seeds used (for reproducible testing)
|
||||
seeds = [[u32(0xffff24), 0xabcd], [u32(0x141024), 0x42851],
|
||||
[u32(0x1452), 0x90cd],
|
||||
]
|
||||
[u32(0x1452), 0x90cd]]
|
||||
)
|
||||
|
||||
fn test_bernoulli() {
|
||||
|
Reference in New Issue
Block a user